InfoConnect for Unisys
Attachmate.Reflection.UserInterface Namespace / ITouchUx Interface

In This Topic
    ITouchUx Interface Properties
    In This Topic

    For a list of all members of this type, see ITouchUx members.

    Public Properties
     NameDescription
     PropertyGets 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)
     PropertyType of control. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
     PropertyGets or sets the description associated with the control. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
     PropertyGets or sets the enabled property of a given control. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
     PropertyGets 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)
     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). (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
     PropertyGets the parent object. The parent is the IView object.  
     PropertyGets a generic list of subitems. Each subitem is returned as an IUiControl. (Inherited from Attachmate.Reflection.UserInterface.IUiControlContainer)
     PropertyGets or sets the text associated with the control. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
     PropertyGets or sets the tooltip associated with the control. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
     PropertyGets or sets the visibility for a given control. (Inherited from Attachmate.Reflection.UserInterface.IUiControl)
    Top
    See Also