WebBrowserExtendedState Enum
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.
Represents the enumeration for the various states of the browser.
public enum class WebBrowserExtendedState
public enum WebBrowserExtendedState
type WebBrowserExtendedState =
Public Enum WebBrowserExtendedState
- Inheritance
-
WebBrowserExtendedState
Fields
Name | Value | Description |
---|---|---|
BrowserNotAcquired | 0 | Specifies that the control has lost or not acquired an instance of Internet Explorer. |
BrowserAcquiring | 1 | Specifies that the control has just launched Internet Explorer and is waiting to acquire it. |
BrowserAcquired | 2 | Specifies that the control has successfully acquired an instance of Internet Explorer. |
Disposed | 3 | Specifies that the control has been disposed and is no longer valid. |