Beispiel #1
0
        /// <summary>
        /// Select all text in the HTML label
        /// </summary>
        public override void SelectAll()
        {
            HtmlLabel label = (HtmlLabel)Control;

            label.SelectAll();
        }