OptionalUINavigationButtons 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 additional buttons that may be available on a controller that appears as a navigation controller.
This enumeration supports a bitwise combination of its member values.
public enum class OptionalUINavigationButtons
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class OptionalUINavigationButtons
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum OptionalUINavigationButtons
var value = Windows.Gaming.Input.OptionalUINavigationButtons.none
Public Enum OptionalUINavigationButtons
- Inheritance
-
OptionalUINavigationButtons
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | No buttons. |
Context1 | 1 | Context1 button. |
Context2 | 2 | Context2 button. |
Context3 | 4 | Context3 button. |
Context4 | 8 | Context4 button. |
PageUp | 16 | Page up button. |
PageDown | 32 | Page down button. |
PageLeft | 64 | Page left button. |
PageRight | 128 | Page right button. |
ScrollUp | 256 | Scroll up button. |
ScrollDown | 512 | Scroll down button. |
ScrollLeft | 1024 | Scroll left button. |
ScrollRight | 2048 | Scroll right button. |