Enum ConfigFieldType
Some tooltip text!
• Less than 1 minute to read
• Less than 1 minute to read
Describes the different types of controls that can appear in the Configure connection dialog
| Control | Description |
|---|---|
| Checkbox | checkbox control. Returns 0 or 1 |
| Text | edit field |
| Password | edit field with *** masking |
| Integer | edit field: digits only, accepts integers |
| Double | edit field: digits only, accepts decimal numbers formatted with CultureInfo.InvariantCulture (for instance: "-1000.01") |
| List | dropdown list |
| Label | static text (no value entered or saved) |