Enum DisplayStyle
2.5.20.1 fmDisplayStyle
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum DisplayStyle : int
Fields
Name | Description |
---|---|
CheckBox | A CheckBox control. |
Combo | A ComboBox control in which the TextBox part is directly editable. |
DropList | A ComboBox control in which the TextBox part is not editable except by selecting a different value from the ListBox part. |
List | A ListBox control. |
OptionButton | An OptionButton control. |
Text | A TextBox control. |
Toggle | A ToggleButton control. |