Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::put_StatusText Next Topic: IWebBrowser2::put_ToolBar |
IWebBrowser2::put_TheaterMode
HRESULT put_TheaterMode( VARIANT_BOOL bTheaterMode );Sets the TheaterMode property for the WebBrowser control.
- Returns S_OK if successful, or an OLE-defined error code otherwise.
- bTheaterMode
- Optional. A Boolean value that contains the TheaterMode property. If this value is nonzero, the WebBrowser changes to theater mode. If this value is zero, the WebBrowser is taken out of theater mode. The default value is zero.
The WebBrowser object ignores this property.
Applies To
WebBrowser, Internet Explorer
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.