public void Focus()
 {
     DomNSElement.Focus();
 }
Exemple #2
0
 public void Focus()
 {
     DomNSHTMLElement.Focus();
 }