XlFormControl Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of the form control.
public enum class XlFormControl
public enum XlFormControl
Public Enum XlFormControl
- Inheritance
-
XlFormControl
Fields
Name | Value | Description |
---|---|---|
xlButtonControl | 0 | Button. |
xlCheckBox | 1 | Check box. |
xlDropDown | 2 | Combo box. |
xlEditBox | 3 | Text box. |
xlGroupBox | 4 | Group box. |
xlLabel | 5 | Label. |
xlListBox | 6 | List box. |
xlOptionButton | 7 | Option button. |
xlScrollBar | 8 | Scroll bar. |
xlSpinner | 9 | Spinner. |