Enum InputType
Enumerates the types of input controls.
public enum InputType
Fields
CheckBox = 0
A check box.
Hidden = 1
A hidden field.
Password = 2
A password box.
Radio = 3
A radio button.
Text = 4
A text box.
Enumerates the types of input controls.
public enum InputType
CheckBox = 0
A check box.
Hidden = 1
A hidden field.
Password = 2
A password box.
Radio = 3
A radio button.
Text = 4
A text box.