The UIControlBase type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Children |
The children of the control (as seen in the UI control browser)
| |
| ClassName | ||
| CodePath |
The path to the control, as it will look from code
| |
| Enabled |
Return the access state of the control (Enabled/Disabled)
| |
| Handle |
The native win32 handle of the control
| |
| ID |
The ID of the control. ID is in usually a unique idetifier of the control.
| |
| Index |
The index of the child control among its siblings
| |
| Item | Overloaded. | |
| Layout |
The layout of the control in absolute coordinates, (relative to the upper left corner of the desktop)
| |
| Name |
The name of the control
| |
| Parent |
The parent of the control
| |
| Process |
The process that created the control
| |
| UIType |
The name of the current type (UIAButton, UIAEditBox, etc) as it is translated by QAliber engine.
| |
| Visible |
The visibility state of the control. Control is visble when exists on open process window
and not minimized.
| |
| VisibleName |
The name of the control as it appears in the UI Controls browser
|