Beispiel #1
0
        /// <summary>
        /// Clears any existing selection
        /// </summary>
        public override void ClearSelection()
        {
            HtmlLabel label = (HtmlLabel)Control;

            label.ClearSelection();
        }