IWebBrowser2 interface (exdisp.h)

Exposes methods that are implemented by the WebBrowser control (Microsoft ActiveX control) or implemented by an instance of the InternetExplorer application (OLE Automation). For the Microsoft .NET Framework version of this control, see WebBrowser Control (Windows Forms).

Important  

The documentation in this section is a partial listing of IWebBrowswer2 interface members. The complete IWebBrowser2 interface is documented in the MSHTML Reference content.

 

Inheritance

The IWebBrowser2 interface inherits from the IWebBrowserApp interface.

Methods

The IWebBrowser2 interface has these methods.

 
IWebBrowser2::get_TheaterMode

Sets or gets whether the object is in theater mode. (Get)
IWebBrowser2::put_TheaterMode

Sets or gets whether the object is in theater mode. (Put)

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header exdisp.h

See also

IDispatch