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


In This Topic
NextField Method (GcMask)
In This Topic
Moves the caret to the next field in the right of the current one.
Syntax
'Declaration
 
Public Sub NextField() 
 
'Usage
 
Dim instance As GcMask
 
instance.NextField()
Remarks
If the current field which the caret is in is the last editable field, the caret will not move. The FieldsEditorControl.FieldEnter and the FieldLeave events will be raised when the caret is moved successfully.
See Also