/// <summary> /// Clear the current selection. /// </summary> public void ClearSelection() { if (_htmlContainer != null) { _htmlContainer.ClearSelection(); } }