_DPIEWebBrowserEvents2::OnTheaterMode (Windows CE 5.0)
The OnTheaterMode event method fires when an object is in theater mode or normal mode. No property is associated with this event method.
Syntax
void OnTheaterMode( VARIANT_BOOL vbOnTheaterMode);
Parameters
- vbOnTheaterMode
[in] Boolean value; VARIANT_TRUE if an object is in theater mode and VARIANT_FALSE if an object is in normal mode.
Return Values
None.
Remarks
Theater mode uses the entire screen to display the content.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: webvw.h
Library: wvuuid.lib
See Also
Send Feedback on this topic to the authors