IButtonControl.CommandName Propiedad

Definición

Obtiene o establece el nombre de comando que se propaga al evento Command.

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

Valor de propiedad

El nombre del comando que se propaga al evento Command.

Comentarios

Un control que implementa la IButtonControl interfaz debe implementar la CommandArgument propiedad y la CommandName propiedad para indicar el argumento y el nombre del comando que se propagan al Command evento.

Se aplica a

Consulte también