Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::put_AddressBar Next Topic: IWebBrowser2::put_Height |
IWebBrowser2::put_FullScreen
HRESULT put_FullScreen( VARIANT_BOOL bFullScreen );Sets Internet Explorer to either full-screen or normal window mode.
- Returns S_OK to indicate that the operation was successful.
- bFullScreen
- Full-screen flag. If this parameter is TRUE, Internet Explorer is set to full-screen mode; if FALSE, it is set to normal window mode.
In full-screen mode, the Internet Explorer main window is maximized and the status bar, toolbar, menu bar, and title bar are hidden.
The WebBrowser object ignores this property.
Applies To
WebBrowser, Internet Explorer
See also IWebBrowser2::get_FullScreen
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.