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