SingleLineEdit.AutoFocusChange Property | |
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
public virtual Usual AutoFocusChange { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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