Compartir a través de


FormField.ExitMacro Propiedad

Definición

Devuelve o establece un nombre de macro de salida para el campo de formulario especificado (CheckBox, DropDowno 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

Valor de propiedad

Comentarios

La macro de salida se ejecuta cuando el campo de formulario deja de estar seleccionado.

Se aplica a