UITestControl.EnsureClickable Method
Include Protected Members
Include Inherited Members
Scrolls the user interface to make sure that the control is clickable.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
EnsureClickable() | Scrolls the user interface to make sure that the control is clickable. | |
EnsureClickable(Point) | Scrolls the user interface to a specific point to make sure that the control is clickable. |
Top