Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::get_StatusText Next Topic: IWebBrowser2::get_ToolBar |
IWebBrowser2::get_TheaterMode
HRESULT get_TheaterMode( VARIANT_BOOL FAR* pbTheaterMode );Retrieves a value indicating whether the WebBrowser control is in theater mode.
- Returns S_OK if successful, or an OLE-defined error code otherwise.
- pbTheaterMode
- Optional. A Boolean value that receives the TheaterMode property. If this value is nonzero, the WebBrowser is in theater mode. If this value is zero, the WebBrowser is not in theater mode. The default value is zero.
Applies To
WebBrowser, Internet Explorer
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.