Sets the TheaterMode property for the WebBrowser control.
Syntax
HRESULT put_TheaterMode( VARIANT_BOOL bTheaterMode );
Parameters
- bTheaterMode
- Boolean value that contains the TheaterMode property. If this value is nonzero, the WebBrowser changes to theater mode. If this value is zero, the WebBrowser is taken out of theater mode. The default value is zero.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
The WebBrowser object ignores this property.