InputType Enum

Definition

Enumerates the types of input controls.

public enum InputType
type InputType = 
Public Enum InputType
Inheritance
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.

Applies to