The UIControlBase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CheckExistence | ||
| Click | Overloaded. | |
| DoubleClick | Overloaded. | |
| Drag | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Find | Overloaded. | |
| FindAll | Overloaded. | |
| GetAnscestors | ||
| GetDescendants | ||
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetImage |
Get the bitmap of the control.
| |
| GetPartialImage |
Gets partial bitmap of the control
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| MoveMouseTo |
Simulate a mouse move, this is good way to test hover functionality.
| |
| OnBeforeAnyAction | ||
| Refresh |
Release cached properties associated with the control.
Cachable properties are :
Children
Parent
CodePath
ID
| |
| SetFocus |
Sets the focus of the control
| |
| ToString | (Inherited from Object.) | |
| WaitForControlByID |
Waits for a specific child by ID
| |
| WaitForControlByName |
Waits for a specific child by name
| |
| WaitForProperty |
Waits for a specific property
| |
| Write |
Simulate key strokes using the keyboard.
|