Windows.UI.ViewManagement namespace

Expand
This topic has not yet been rated - Rate this topic

Windows.UI.ViewManagement namespace

[This documentation is preliminary and is subject to change.]

Provides classes and enumerations used for managing the settings for an app's view.

Members

The Windows.UI.ViewManagement namespace has these types of members:

Classes

The Windows.UI.ViewManagement namespace has these classes.

ClassDescription
AccessibilitySettings Provides access to the high contrast accessibility settings.
ApplicationView Provides a set of static methods that allows an app to obtain its current view state, and to register for view state change events.
InputPane Enables an application to register to receive notifications when the input pane is about to be displayed or hidden, and to determine which portion of the application's window is being obscured by the input pane.
InputPaneVisibilityEventArgs Provides data for the input pane Hiding and Showing events.
UISettings Contains a set of common Metro style app user interface settings and operations.

 

Enumerations

The Windows.UI.ViewManagement namespace has these enumerations.

EnumerationDescription
ApplicationViewState Specifies the set of app view state changes that can be handled.
HandPreference Defines the set of directional preferences for the user interface presented by the app view.
UIElementType Defines the set of user interface element types.

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.ViewManagement
Windows::UI::ViewManagement [C++]

Metadata

Windows.winmd

See also

Windows.ApplicationModel.Core.CoreApplicationView

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD