SingleLineEdit.AutoFocusChange Property (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY AutoFocusChange AS LOGIC GET SET
public virtual bool AutoFocusChange { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA 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