Share via


_DPIEWebBrowserEvents2::OnTheaterMode

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

Pocket PC: Windows Mobile 2003 and later
OS Versions: Windows CE 4.0 and later
Header: webvw.h
Library: webvw.lib

See Also

_DPIEWebBrowserEvents2

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.