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

IWebBrowser2::put_FullScreen Method


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


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.