Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 931 Bytes

coreinputviewocclusionkind.md

File metadata and controls

39 lines (23 loc) · 931 Bytes
-api-id -api-type
T:Windows.UI.ViewManagement.Core.CoreInputViewOcclusionKind
winrt enum

Windows.UI.ViewManagement.Core.CoreInputViewOcclusionKind

-description

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

Note

Not supported on HoloLens.

-enum-fields

-field Docked:0

Docked panes such as a Soft Input Panel (SIP) like the Touch keyboard and handwriting panel.

-field Floating:1

Undocked panes such as a toolbar, or a Soft Input Panel (SIP) like the Touch keyboard and handwriting panel.

-field Overlay:2

Floating panes such as an inline Ink or Input Method Editor (IME) candidate window.

-remarks

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

-see-also

-examples