WinHyperlink Methods
Visual Studio 2010
The WinHyperlink type exposes the following members.
| Name | Description | |
|---|---|---|
|
CaptureImage | Captures the image of the UITestControl. The UITestControl must be present on the screen. (Inherited from UITestControl.) |
|
CopyFrom | Creates a UITestControl object that references the same element on the user interface as the original UITestControl. (Inherited from UITestControl.) |
|
DrawHighlight | Highlights the control. (Inherited from UITestControl.) |
|
EnsureClickable() | Scrolls the user interface to make sure that the control is clickable. (Inherited from UITestControl.) |
|
EnsureClickable(Point) | Scrolls the user interface to a specific point to make sure that the control is clickable. (Inherited from UITestControl.) |
|
Equals | Determines whether the specified UITestControl is equal to the current UITestControl. (Inherited from UITestControl.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
Find | Finds the UITestControl. (Inherited from UITestControl.) |
|
FindMatchingControls | Returns a collection of all UITestControls that match the specified SearchProperties and FilterProperties. (Inherited from UITestControl.) |
|
GetChildren | Returns a collection of all first-level children of the current UITestControl. (Inherited from UITestControl.) |
|
GetClickablePoint | Returns a clickable point on the control. (Inherited from UITestControl.) |
|
GetHashCode | Returns a unique value that represents the current UITestControl instance. (Inherited from UITestControl.) |
|
GetParent | Returns the parent of the current UITestControl. (Inherited from UITestControl.) |
|
GetProperty | Gets the value of the specified property. (Inherited from UITestControl.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetUITestControlsForSearch | Gets an array of child controls in this control. (Inherited from WinControl.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetFocus | Sets the keyboard focus to the UITestControl. (Inherited from UITestControl.) |
|
SetProperty | Sets the value of a given property. (Inherited from UITestControl.) |
|
ToString | Returns a String that represents the current UITestControl. (Inherited from UITestControl.) |
|
TryGetClickablePoint | Returns a clickable point in the UITestControl. If the control is not clickable, this method returns false. (Inherited from UITestControl.) |
|
WaitForControlCondition(Predicate<UITestControl>) | Blocks the current thread until this control meets the specified condition, or until the default time-out expires. (Inherited from UITestControl.) |
|
WaitForControlCondition(Predicate<UITestControl>, Int32) | Blocks the current thread until this control meets the specified condition, or until the specified time-out expires. (Inherited from UITestControl.) |
|
WaitForControlEnabled() | Blocks the current thread until this control is enabled, or until the default time-out expires. (Inherited from UITestControl.) |
|
WaitForControlEnabled(Int32) | Blocks the current thread until this control is enabled, or until the specified time-out expires. (Inherited from UITestControl.) |
|
WaitForControlExist() | Blocks the current thread until this control occurs in the user interface, or until the default time-out expires. (Inherited from UITestControl.) |
|
WaitForControlExist(Int32) | Blocks the current thread until this control occurs in the user interface, or until the specified time-out expires. (Inherited from UITestControl.) |
|
WaitForControlNotExist() | Blocks the current thread until this control no longer exists in the user interface, or until the default time-out expires. (Inherited from UITestControl.) |
|
WaitForControlNotExist(Int32) | Blocks the current thread until this control no longer occurs in the user interface, or until the specified time-out expires. (Inherited from UITestControl.) |
|
WaitForControlPropertyEqual(String, Object) | Blocks the current thread until the specified property of this control is equal to the specified value, or until the default time-out expires. (Inherited from UITestControl.) |
|
WaitForControlPropertyEqual(String, Object, Int32) | Blocks the current thread until the specified property of this control is equal to the specified value, or until the specified time-out expires. (Inherited from UITestControl.) |
|
WaitForControlPropertyNotEqual(String, Object) | Blocks the current thread until the specified property of this control is not equal to the specified value, or until the default time-out expires. (Inherited from UITestControl.) |
|
WaitForControlPropertyNotEqual(String, Object, Int32) | Blocks the current thread until the specified property of this control is not equal to the specified value, or until the specified time-out expires. (Inherited from UITestControl.) |
|
WaitForControlReady() | Blocks the current thread until this control is ready to receive mouse or keyboard input, or until the default time-out expires. (Inherited from UITestControl.) |
|
WaitForControlReady(Int32) | Blocks the current thread until this control is ready to receive mouse or keyboard input, or until the specified time-out expires. (Inherited from UITestControl.) |