IButtonControl.CommandName Proprietà

Definizione

Ottiene o imposta il nome del comando che viene 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 che viene propagato all'evento Command.

Commenti

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

Si applica a

Vedi anche