다음을 통해 공유


_DPIEWebBrowserEvents2::OnFullScreen (Windows CE 5.0)

Send Feedback

The OnFullScreen event method fires when the user selects full-screen or normal mode for the Internet browser main window. No property is associated with this event method.

Syntax

void OnFullScreen(  VARIANT_BOOL vbFullScreen);

Parameters

  • vbFullScreen
    [in] Boolean value; VARIANT_TRUE if full screen is selected and VARIANT_FALSE if normal mode is selected.

Return Values

None.

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.