MenuItem.CommandTarget Proprietà

Definizione

Ottiene o imposta l'elemento di destinazione sul quale generare il comando specificato.

public:
 property System::Windows::IInputElement ^ CommandTarget { System::Windows::IInputElement ^ get(); void set(System::Windows::IInputElement ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.IInputElement CommandTarget { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.CommandTarget : System.Windows.IInputElement with get, set
Public Property CommandTarget As IInputElement

Valore della proprietà

IInputElement

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

Attributi

Commenti

La CommandTarget proprietà specifica l'elemento in cui si verifica il comando. Se CommandTarget non è impostato, l'elemento con lo stato attivo della tastiera riceverà il comando .

Informazioni proprietà di dipendenza

Campo Identificatore CommandTargetProperty
Proprietà dei metadati impostate su true Nessuno

Si applica a