RVTDocs.com
Namespace: Autodesk.Revit.UI Class: TextBox

TextBox.SelectTextOnFocus

Property
Description:
A value that indicates if the text is selected when the text box gains focus.
Remarks:
If the value is true all the text in the text box will be selected when the text box gets keyboard focus. If it is false the text is not selected. The default value is false.
Syntax
public bool SelectTextOnFocus { get; set; }