InputState 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.
Condition of the input.
public enum InputState
type InputState =
Public Enum InputState
- Inheritance
-
InputState
Fields
Name | Value | Description |
---|---|---|
Missing | 0 | Input missing. |
Unrecognized | 1 | Input not recognized. |
Invalid | 2 | Input not valid. |
Valid | 3 | Input valid. |