Click to return to the Reusing Browser Technology home page    
IWebBrowser2::get_FullNam...     IWebBrowser2::get_Height ...     IWebBrowser2 Interface    
Web Workshop  |  Reusing Browser Technology

IWebBrowser2::get_FullScreen Method


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.