Click or drag to resize

SingleLineEdit.AutoFocusChange Property

X#
A logical value controlling whether the cursor should skip to the next control in the tab order if it reaches the end of the edit control. The default is FALSE.

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

Property Value

Type: Usual
A logical value controlling whether the cursor should skip to the next control in the tab order if it reaches the end of the edit control. The default is FALSE.
See Also