/// <summary>
 /// Sets input focus to this element.
 /// </summary>
 public void Focus()
 {
     element.focus();
 }