Click or drag to resize

SingleLineEdit.FocusSelect Property

X#
Controls the selection when the edit control gets focus.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY FocusSelect AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
Controls the selection when the edit control gets focus.
Remarks

Valid values are:

FSEL_ALLAll of the edit control's contents are selected.
FSEL_TRIM The trimmed content is selected. This is the default.
FSEL_HOMENothing is selected; the cursor is positioned at the beginning of the edit control.
FSEL_ENDNothing is selected; the cursor is positioned at the end of the edit control.
See Also