Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::get_FullName Next Topic: IWebBrowser2::get_Height |
IWebBrowser2::get_FullScreen
HRESULT get_FullScreen( VARIANT_BOOL FAR* pbFullScreen );Determines if Internet Explorer is in full-screen or normal window mode.
- Returns S_OK if successful, or an OLE-defined error code otherwise.
- pbFullScreen
- Address of a variable that receives TRUE if Internet Explorer is in full-screen mode, or FALSE if it is in 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.
Applies To
WebBrowser, Internet Explorer
See also IWebBrowser2::put_FullScreen
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.