Ejemplo n.º 1
0
 /// <summary>
 /// Select all text.
 /// </summary>
 public void SelectAll()
 {
     if (_htmlContainer != null)
     {
         _htmlContainer.SelectAll(this);
     }
 }