Sets Microsoft® Internet Explorer to either full-screen or normal window mode.
Syntax
HRESULT put_FullScreen( VARIANT_BOOL bFullScreen );
Parameters
- bFullScreen
- VARIANT_BOOL that is set to TRUE if Internet Explorer is set to full-screen mode, or FALSE if Internet Explorer is set to normal window mode.
Return Value
Returns S_OK to indicate that the operation was successful.
Remarks
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.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
IWebBrowser2::get_FullScreen