WebBrowserExtendedState Enum

Definition

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

BrowserAcquired 2

Specifies that the control has successfully acquired an instance of Internet Explorer.

BrowserAcquiring 1

Specifies that the control has just launched Internet Explorer and is waiting to acquire it.

BrowserNotAcquired 0

Specifies that the control has lost or not acquired an instance of Internet Explorer.

Disposed 3

Specifies that the control has been disposed and is no longer valid.

Applies to