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.