FormField.ExitMacro Property

Definition

Returns or sets an exit macro name for the specified form field (CheckBox, DropDown, or 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

Property Value

Remarks

The exit macro runs when the form field loses the focus.

Applies to