CoreInputViewOcclusionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the types of input panes supported by the CoreInputViewOcclusion object.
Note
Not supported on HoloLens.
public enum class CoreInputViewOcclusionKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class CoreInputViewOcclusionKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum CoreInputViewOcclusionKind
var value = Windows.UI.ViewManagement.Core.CoreInputViewOcclusionKind.docked
Public Enum CoreInputViewOcclusionKind
- Inheritance
-
CoreInputViewOcclusionKind
- Attributes
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
Fields
Name | Value | Description |
---|---|---|
Docked | 0 | Docked panes such as a Soft Input Panel (SIP) like the Touch keyboard and handwriting panel. |
Floating | 1 | Undocked panes such as a toolbar, or a Soft Input Panel (SIP) like the Touch keyboard and handwriting panel. |
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.