Click or drag to resize

SingleLineEdit.FocusSelect Property (Typed)

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

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

Property Value

Type: Long
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