WebBrowserExtended.HostOnTop Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value that specifies whether the host is on top.
public:
property bool HostOnTop { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool HostOnTop { get; }
[<System.ComponentModel.Browsable(false)>]
member this.HostOnTop : bool
Public ReadOnly Property HostOnTop As Boolean
Property Value
True
if the host is on top; otherwise false
.
Implements
- Attributes