AutomationPeer.IsHwndHost Propriété

Définition

Obtient une valeur qui indique si l’élément associé à cet AutomationPeer hôte hwnds dans Windows Presentation Foundation (WPF).

protected public:
 virtual property bool IsHwndHost { bool get(); };
protected internal virtual bool IsHwndHost { get; }
member this.IsHwndHost : bool
Protected Friend Overridable ReadOnly Property IsHwndHost As Boolean

Valeur de propriété

Boolean

truesi l’élément associé à cet AutomationPeer hôte hwnds dans Windows Presentation Foundation (WPF) ; sinon, false.

Remarques

Deux exemples d’éléments qui hébergent hwnds dans Windows Presentation Foundation (WPF) sont WindowsFormsHost et Popup.

Ces pairs doivent également remplacer GetHostRawElementProviderCore.

S’applique à

Voir aussi