FormField.ExitMacro 属性

定义

返回或设置指定窗体字段的退出宏名称, (CheckBoxDropDownTextInput) 。

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

属性值

注解

当窗体域失去焦点时,退出宏开始运行。

适用于