Example #1
0
 /// <summary>
 /// Selects a range of text in the control.
 /// </summary>
 /// <param name="start">The position of the first character in the current text selection within the text box.</param>
 /// <param name="length">The number of characters to select.</param>
 public void Select(int start, int length)
 {
     _domainUpDown.Select(start, length);
 }