Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / NextField Method


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