UITestControl.EnsureClickable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EnsureClickable() | |
EnsureClickable(Point) |
EnsureClickable()
public:
void EnsureClickable();
public void EnsureClickable ();
member this.EnsureClickable : unit -> unit
Public Sub EnsureClickable ()
Applies to
EnsureClickable(Point)
public:
void EnsureClickable(System::Drawing::Point point);
public void EnsureClickable (System.Drawing.Point point);
member this.EnsureClickable : System.Drawing.Point -> unit
Public Sub EnsureClickable (point As Point)
Parameters
- point
- Point