AutomationPeer.IsHwndHost Proprietà

Definizione

Ottiene un valore che indica se l'elemento associato a questo AutomationPeer host hwnds in 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

Valore della proprietà

Boolean

truese l'elemento associato a questo AutomationPeer host hwnds in Windows Presentation Foundation (WPF); in caso contrario, false.

Commenti

Due esempi di elementi che ospitano hwnds in Windows Presentation Foundation (WPF) sono WindowsFormsHost e Popup.

Questi peer devono anche eseguire l'override GetHostRawElementProviderCoredi .

Si applica a

Vedi anche