Share via


_DPIEWebBrowserEvents2::OnFullScreen

The OnFullScreen event method fires when the user selects full-screen or normal mode for the Pocket Internet Explorer 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

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.