Class ConfigurationAttributes.ControlTypes
Inheritance
ConfigurationAttributes.ControlTypes
Assembly: SoCore.dll
Syntax
public static class ControlTypes : Object
Fields
Checkbox
Declaration
public const string Checkbox = "SoCheckBox"
Field Value
Date
Declaration
public const string Date = "SoDate"
Field Value
DateSelector
Declaration
public const string DateSelector = "SoDateSelector"
Field Value
Label
Declaration
public const string Label = "SoLabel"
Field Value
MDO
Declaration
public const string MDO = "SoMDOControl"
Field Value
PlainLabel
Declaration
public const string PlainLabel = "SoPlainLabel"
Field Value
Declaration
public const string RadioButton = "SoRadioButton"
Field Value
TextField
Declaration
public const string TextField = "SoTextBox"
Field Value
Type
Declaration
public const string Type = "type"
Field Value