Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMask Class / NextFieldThenControl Method


In This Topic
NextFieldThenControl Method (GcMask)
In This Topic
Moves the caret to the next field. But if the caret is already in the end editable field, it will be moved to the next control forward in the tab order.
Syntax
'Declaration
 
Public Sub NextFieldThenControl() 
 
'Usage
 
Dim instance As GcMask
 
instance.NextFieldThenControl()
Remarks
The FieldEnter and the FieldLeave events will be raised when the caret is moved successfully. If the caret is moved to other control, the KeyExit event will be raised.
See Also