'DeclarationPublic Enum ControlType Inherits System.Enum
'UsageDim instance As ControlType
public enum ControlType : System.Enum
'DeclarationPublic Enum ControlType Inherits System.Enum
'UsageDim instance As ControlType
public enum ControlType : System.Enum
| Member | Description |
|---|---|
| Button | Single button control. |
| ButtonGroup | ButtonGroup a control that contains up to three individual child controls. |
| ClassicMenubar | Menubar control in the classic mode. |
| ClassicMenuItem | Menubar menu item control in the classic mode. |
| ClassicToolbar | Toolbar control in the classic mode. |
| ClassicToolbarButton | Toolbar button control in the classic mode. |
| ColorPickerButton | this is a specific built-in control for picking the color. |
| Gallery | This is a general built-in control type, such as Quick Keys and Office Tools. |
| Group | Group control is the primary control that is contained within a Tab control. This control can contain a collection of various child controls. |
| Ribbon | Main control for Ribbon mode that contains a collectio of Tab controls. |
| SplitButton | Container control that has a collection of button controls. |
| Tab | Tab control is the main control within Ribbon mode that contains a collection of Group controls. |
| Undefined | Undefined control type. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.UserInterface.ControlType