public virtual void SelectAll()
 {
     if (textField != null)
     {
         textField.SelectText(textField);
     }
 }