DbNetSuiteVS
EditField..::.ControlType Enumeration
NamespacesDbNetLink.DbNetSuiteVSEditFieldEditField..::.ControlType
Specifies the type of control created to edit a field.
Declaration Syntax
C#Visual Basic
public enum ControlType
Public Enumeration ControlType
Members
MemberDescription
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
Drop-down list of values specified by the Lookup or Lookup property.

RadioButtonList
Radio button list of values specified by the Lookup or Lookup property.

ListBox
Multi-line list of values specified by the Lookup or Lookup property.

Label
Displays data in a read-only label

TextArea
Multi-line text box

Password
Password field where field contents are obscured

SuggestLookup
Google suggest style lookup searching values specified by the Lookup or Lookup property.

Assembly: DbNetLink.DbNetSuiteVS (Module: DbNetLink.DbNetSuiteVS) Version: 0.9.3317.16858 (0.9.0.0)