OverlayApplicationService Class

OverlayApplicationService Class

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Controls various aspects of the overlay application.

System::Object
  Microsoft.Phone.Shell::OverlayApplicationService

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

No code example is currently available or this language may not be supported.

The OverlayApplicationService type exposes the following members.

  NameDescription
Public propertyStatic memberMaximizedGets or sets a value that indicates whether the overlay app is maximized.
Public propertyStatic memberVisibleRegionGets the visible region rectangle for the minimized overlay app.
Top

  NameDescription
Public eventStatic memberHideRequestedOccurs when the overlay app should hide.
Public eventStatic memberMinimizeRequestedOccurs when overlay app should minimize.
Public eventStatic memberShowRequestedOccurs when the overlay app should show itself.
Public eventStatic memberVisibleRegionChangedOccurs when the visible region changes for a minimized overlay app.
Top

Windows Phone OS

Supported in: 8.1

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Show:
© 2017 Microsoft