Langage

KeyboardDevice.Target Propriété

Définition

Obtient l’entrée spécifiée IInputElement à partir de cet appareil.

public:
 virtual property System::Windows::IInputElement ^ Target { System::Windows::IInputElement ^ get(); };
public override System.Windows.IInputElement Target { get; }
member this.Target : System.Windows.IInputElement
Public Overrides ReadOnly Property Target As IInputElement

Valeur de propriété

Élément qui reçoit l’entrée.

Remarques

La cible d’un KeyboardDevice objet est l’objet qui a le focus clavier.

S’applique à