Beispiel #1
0
 /// <summary>
 /// Simulate the mouse ClickAndHold the button
 /// </summary>
 /// <returns></returns>
 public void ClickAndHold()
 {
     ElementHandler.ClickAndHold(this.RootElement);
 }