Admin Production rocket
Current Publication

Members

Reflection Desktop .NET API Guide V18.0
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.
IClassic Interface Members
In This Topic

The following tables list the members exposed by IClassic.

Public Properties
Name Description
 Property Gets the ID of the action that this control is bound to. (This is for reference only.) To bind a new action to this control or get the actual action sequence that is bound to this control, use the UiControlActionMapper object. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
 Property Type of control. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
 Property Gets or sets the description associated with the control. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
 Property Gets or sets the enabled property of a given control. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
 Property Gets or sets the user-specified ID for a given control. The ID can be the same for any two controls as long as their parents are not the same (e.g., no two tabs can have the same ID, but two chunks in different tabs can have the same ID). (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
 Property Gets the instance ID for a given control. The instance ID is a GUID generated when creating the control. The instance ID helps uniquely identify two controls (even when they have the same ID). (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
 Property Gets the parent object. The parent is the IView object.
 Property Gets a generic list of subitems. Each subitem is returned as an IUiControl. (Inherited from Attachmate.Reflection.UserInterface.IUiControlContainer)
 Property Gets or sets the text associated with the control. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
 Property Gets or sets the tooltip associated with the control. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
 Property Gets or sets the visibility for a given control. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
Top
Public Methods
Name Description
 Method Returns the child control that has the specified ID. (Inherited from Attachmate.Reflection.UserInterface.IUiControlContainer)
 Method Returns the first control that has the specified ID. Searches the current child items as well as all descendents. (Inherited from Attachmate.Reflection.UserInterface.IUiControlContainer)
Top
See Also