次の方法で共有


FormField.ExitMacro プロパティ

定義

指定したフォーム フィールド (CheckBox、、 DropDownまたは) の終了マクロ名を設定または TextInput返します。

public:
 property System::String ^ ExitMacro { System::String ^ get(); void set(System::String ^ value); };
public string ExitMacro { get; set; }
member this.ExitMacro : string with get, set
Public Property ExitMacro As String

プロパティ値

注釈

フォーム フィールドからフォーカスを移すときに、終了マクロが実行されます。

適用対象