UITestControl.EnsureClickable Method (Point)
Scrolls the user interface to a specific point to make sure that the control is clickable.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Sub EnsureClickable ( _
point As Point _
)
public void EnsureClickable(
Point point
)
public:
void EnsureClickable(
Point point
)
member EnsureClickable :
point:Point -> unit
public function EnsureClickable(
point : Point
)
Parameters
- point
Type: System.Drawing.Point
Location relative to the control.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.