XlFormControl Enumeration

Specifies the type of the form control.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlFormControl
'Usage
Dim instance As XlFormControl
public enum XlFormControl

Members

Member name Description
xlButtonControl Button.
xlCheckBox Check box.
xlDropDown Combo box.
xlEditBox Text box.
xlGroupBox Group box.
xlLabel Label.
xlListBox List box.
xlOptionButton Option button.
xlScrollBar Scroll bar.
xlSpinner Spinner.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace