UITestControl.EnsureClickable Method
Scrolls the user interface 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
public void EnsureClickable()
public:
void EnsureClickable()
member EnsureClickable : unit -> unit
public function EnsureClickable()
.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.