AutomationPeer.IsHwndHost Property
Definition
Gets a value that indicates whether the element that is associated with this AutomationPeer hosts 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
Property Value
true
if the element that is associated with this AutomationPeer hosts hwnds
in Windows Presentation Foundation (WPF); otherwise, false
.
Remarks
Two examples of elements that host hwnds
in Windows Presentation Foundation (WPF) are WindowsFormsHost and Popup.
These peers must also override GetHostRawElementProviderCore.