Compartir por


IButtonControl.CommandName Propiedad

Definición

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

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

Nombre del comando que se propaga al Command evento.

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