Admin Production rocket
Current Publication

Enumerations

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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.
Syntax

                     
                     
'Declaration
 

                     
                     
Public Enum ControlType 
   Inherits System.Enum

                  

                     
                     
'Usage
 

                     
                     
Dim instance As ControlType

                  

                     
                     
public enum ControlType : System.Enum 

                  
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.
Inheritance Hierarchy

System.Object
System.ValueType
System.Enum
Attachmate.Reflection.UserInterface.ControlType

See Also