다음을 통해 공유


_DPIEWebBrowserEvents2::OnTheaterMode (Windows CE 5.0)

Send Feedback

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

_DPIEWebBrowserEvents2

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.