ThumbButtonInfo.CommandTarget Właściwość

Definicja

Pobiera lub ustawia element, na którym ma być wywoływane określone polecenie.

public:
 property System::Windows::IInputElement ^ CommandTarget { System::Windows::IInputElement ^ get(); void set(System::Windows::IInputElement ^ value); };
public System.Windows.IInputElement CommandTarget { get; set; }
member this.CommandTarget : System.Windows.IInputElement with get, set
Public Property CommandTarget As IInputElement

Wartość właściwości

Element, na którym ma być wywoływane określone polecenie. Wartość domyślna to null.

Uwagi

Właściwość CommandTarget zawiera odwołanie do elementu, który jest już zdefiniowany w aplikacji.

Dotyczy

Zobacz też