Enum eControlType
- Namespace
- OfficeOpenXml.Drawing.Controls
- Assembly
- EPPlus.dll
Type of form control
public enum eControlType
Fields
Button = 0
A button
CheckBox = 1
A check box
Dialog = 10
A dialog. Unsupported.
DropDown = 2
A combo box
EditBox = 9
An edit box. Unsupported. Editboxes can only be used in dialog sheets.
GroupBox = 3
A group box
Label = 4
A label
ListBox = 5
A list box
RadioButton = 6
A radio button (option button)
ScrollBar = 7
A scroll bar
SpinButton = 8
A spin button