/// <summary> /// Select all text in the HTML label /// </summary> public override void SelectAll() { HtmlLabel label = (HtmlLabel)Control; label.SelectAll(); }