Condividi tramite


IButtonControl.CommandArgument Proprietà

Definizione

Ottiene o imposta un argomento facoltativo propagato all'evento Command .

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

Valore della proprietà

Argomento 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