Admin Production rocket
Current Publication

Enumerations

Reflection Desktop VBA Guide V18.0.2
ControlType Enumeration
In This Topic
Defines the type of user interface control. This collection of user interface control includes the controls that could appear in various user interface modes.
Members
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.
See Also