Attachmate Reflection 2014 .NET API Reference
UiControl Class Members
Properties  Methods 

The following tables list the members exposed by UiControl.

Public Properties
 NameDescription
Public PropertyActionIdGets 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 PropertyControlTypeType of control.  
Public PropertyEnabledGets or sets the enabled property of a given control.  
Public PropertyIdGets 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).  
Public PropertyInstanceIdGets 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 PropertyParentGet the parent control.  
Public PropertyTextGet or sets the text associated with the control.  
Public PropertyVisibleGets or sets the visibility for a given control.  
Top
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Top
See Also

Reference

UiControl Class
Attachmate.Reflection.UserInterface Namespace

Send Feedback