CommonControlType Enum
Specifies the common control type that a control falls under.
public enum CommonControlType
Fields
| Name | Description |
|---|---|
| Button | A button. |
| CheckBox | A checkbox. |
| ComboBox | A combobox. |
| Group | A group. |
| Other | Another type of control. |
| PopupButton | A popup button. |
| RadioButton | A radio button. |
| SplitButton | A split button. |
| TextBox | A textbox. |