SingleLineEdit.FocusSelect Property |
Namespace: VO
Valid values are:
FSEL_ALL | All of the edit control's contents are selected. |
FSEL_TRIM | The trimmed content is selected. This is the default. |
FSEL_HOME | Nothing is selected; the cursor is positioned at the beginning of the edit control. |
FSEL_END | Nothing is selected; the cursor is positioned at the end of the edit control. |