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

IWebBrowser2::get_TheaterMode Method


Retrieves a value that indicates whether the WebBrowser control is in theater mode.

Syntax

HRESULT get_TheaterMode(
    VARIANT_BOOL* pbTheaterMode
);

Parameters

pbTheaterMode
Boolean value that receives the TheaterMode property. If this value is nonzero, the WebBrowser is in theater mode. If this value is zero, the WebBrowser is not in theater mode. The default value is zero.

Return Value

Returns S_OK if successful, or an error code otherwise.



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.