InputType 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.
Enumerates the types of input controls.
public enum InputType
type InputType =
Public Enum InputType
- Inheritance
-
InputType
Fields
Name | Value | Description |
---|---|---|
CheckBox | 0 | A check box. |
1 | A hidden field. |
|
Password | 2 | A password box. |
Radio | 3 | A radio button. |
Text | 4 | A text box. |