Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / UiControl Object
Properties

In This Topic
    UiControl Object Members
    In This Topic

    The following tables list the members exposed by UiControl.

    Public Properties
     NameDescription
    Public PropertyGet 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.  
    Public PropertyType of control.  
    Public PropertyGet or sets the description associated with the control.  
    Public PropertyGets or sets the enabled property of a given control.  
    Public PropertyGets or sets the user-specified ID for a given control. 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).  
    Public PropertyGets 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).  
    Public PropertyGets the parent control.  
    Public PropertyGet or sets the text associated with the control.  
    Public PropertyGet or sets the tooltip associated with the control.  
    Public PropertyGets or sets the visibility for a given control.  
    Top
    See Also