Retrieves a Boolean value that indicates whether Microsoft® Internet Explorer is in full-screen or normal window mode.
Syntax
HRESULT get_FullScreen( VARIANT_BOOL* pbFullScreen );
Parameters
- pbFullScreen
- Address of a VARIANT_BOOL structure that receives TRUE if Internet Explorer is in full-screen mode, or FALSE if it is in normal window mode.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
In full-screen mode, the Internet Explorer main window is maximized and the status bar, toolbar, menu bar, and title bar are hidden.
See Also
IWebBrowser2::put_FullScreen