Represents the type of input expected in the position represented by
an IPrompt.
Namespace:
Mindscape.WpfElementsAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public enum ExpectedInputType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ExpectedInputType |
Members
| Member name | Description | |
|---|---|---|
| Digit |
The position expects a digit.
| |
| Letter |
The position expects a letter.
| |
| Alphanumeric |
The position expects a digit or a letter.
| |
| Any |
The position expects any printable character.
|