Пример #1
0
 /// <summary>
 /// Clear the current selection.
 /// </summary>
 public void ClearSelection()
 {
     if (_htmlContainer != null)
     {
         _htmlContainer.ClearSelection();
     }
 }