Udostępnij za pośrednictwem


IButtonControl.CommandArgument Właściwość

Definicja

Pobiera lub ustawia opcjonalny argument, który jest propagowany do Command zdarzenia.

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

Wartość właściwości

Argument, który jest propagowany do Command zdarzenia.

Uwagi

Kontrolka implementująca IButtonControl interfejs musi implementować CommandArgument właściwość i CommandName właściwość , aby wskazać argument i nazwę polecenia, które są propagowane do Command zdarzenia.

Dotyczy

Zobacz też