ThumbButtonInfo.CommandTarget Proprietà

Definizione

Recupera o imposta l'elemento su cui eseguire il comando specificato.

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

Valore della proprietà

Elemento sul quale generare il comando specificato. Il valore predefinito è null.

Commenti

La CommandTarget proprietà fornisce un riferimento a un elemento già definito nell'applicazione.

Si applica a

Vedi anche