Condividi tramite


IButtonControl.CommandName Proprietà

Definizione

Ottiene o imposta il nome del comando propagato all'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

Valore della proprietà

Nome del comando propagato all'evento Command .

Commenti

Un controllo che implementa l'interfaccia IButtonControl deve implementare la CommandArgument proprietà e la CommandName proprietà per indicare l'argomento e il nome del comando propagati all'evento Command .

Si applica a

Vedi anche