Windows.UI.ViewManagement.Core Namespace

Provides support for handling and managing CoreInputView objects associated with the active foreground application.

Note

Not supported on HoloLens.

Classes

CoreFrameworkInputView

Provides UI frameworks with the ability to handle PrimaryViewAnimationStarting and OcclusionsChanged events after the corresponding CoreInputView PrimaryViewAnimationStarting and OcclusionsChanged events.

This enables a framework to control the display of a docked, undocked, moveable, or transitory input pane (and associated UI), receive notifications when the pane is moved, displayed, or hidden, and to determine which portion of the app's window is obscured by the pane.

Note

Not supported on HoloLens.

CoreFrameworkInputViewAnimationStartingEventArgs

Contains event data for the CoreFrameworkInputView.PrimaryViewAnimationStarting event.

Note

Not supported on HoloLens.

CoreFrameworkInputViewOcclusionsChangedEventArgs

Contains event data for the CoreFrameworkInputView.OcclusionsChanged event.

CoreInputView

Enables an app to control the display of a docked, undocked, moveable, or transitory input pane (and associated UI), receive notifications when the pane is moved, displayed, or hidden, and to determine which portion of the app's window is obscured by the pane.

Note

Not supported on HoloLens.

CoreInputViewAnimationStartingEventArgs

Contains event data for the CoreInputView.PrimaryViewAnimationStarting event.

Note

Not supported on HoloLens.

CoreInputViewHidingEventArgs

Contains event data for the PrimaryViewHiding event.

CoreInputViewOcclusion

Represents the area of the app that is currently occluded by the CoreInputView.

Note

Not supported on HoloLens.

CoreInputViewOcclusionsChangedEventArgs

Contains event data for the OcclusionsChanged event.

Note

Not supported on HoloLens.

CoreInputViewShowingEventArgs

Contains event data for the PrimaryViewShowing event.

CoreInputViewTransferringXYFocusEventArgs

Contains event data for the XYFocusTransferringFromPrimaryView event.

UISettingsController

Provides access to the Accessibility visual effects settings (Settings -> Accessibility -> Visual effects).

Enums

CoreInputViewKind

Defines the values for specifying a preferred view for the input pane.

CoreInputViewOcclusionKind

Specifies the types of input panes supported by the CoreInputViewOcclusion object.

Note

Not supported on HoloLens.

CoreInputViewXYFocusTransferDirection

Specifies the direction of focus navigation relative to the input pane.

Remarks

A CoreInputView object is used to communicate with an input pane.

Used by frameworks (such as XAML) or custom text controls only.