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


In This Topic
NextField Method (GcTimeSpan)
In This Topic
Jump to the next field.
Syntax
'Declaration
 
Public Sub NextField() 
 
'Usage
 
Dim instance As GcTimeSpan
 
instance.NextField()
Remarks
This method mainly used by GcShortcut's behaviors. If the current field which the caret is in is the last editable field, the caret will not move. The FieldsEditorControl.FieldEnter and the FieldsEditorControl.FieldLeave events will be raised when the caret is moved successfully.
See Also