Specifies the type of control created to edit a field.
| C# | Visual Basic |
public enum ControlType
Public Enumeration ControlType
| Member | Description |
|---|---|
| Auto |
Control type is automatically assigned based on the underlying database column
|
| TextBox |
Single-line text box
|
| TextBoxLookup |
Text box with a lookup button that opens a list selection dialog. Requires the Lookup or Lookup property to be assigned.
|
| TextBoxSearchLookup |
Text box with a lookup button that opens a list selection dialog that searches data defined by the Lookup or Lookup property to be assigned.
|
| CheckBox |
Forces a field to act as a boolean type
|
| Html |
Edits HTML content with an WYSIWYG HTML editor
|
| DropDownList | |
| RadioButtonList | |
| ListBox | |
| Label |
Displays data in a read-only label
|
| TextArea |
Multi-line text box
|
| Password |
Password field where field contents are obscured
|
| SuggestLookup |