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


In This Topic
    NextFieldThenControl Method (GcDateTime)
    In This Topic
    Moves to the next field, but if the caret is in the last editable field, moves to the next control.
    Syntax
    'Declaration
     
    
    Public Sub NextFieldThenControl() 
    'Usage
     
    
    Dim instance As GcDateTime
     
    instance.NextFieldThenControl()
    public void NextFieldThenControl()
    Remarks
    This method is mainly used by GcShortcut's behaviors. The FieldsEditorControl.FieldEnter and the FieldsEditorControl.FieldLeave events are raised when the caret is moved successfully. If the caret is moved to another control, the EditBase.KeyExit event is raised.
    See Also