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


In This Topic
    NextFieldThenControl Method (GcTimeSpan)
    In This Topic
    Jump to the next field, but if caret is in the end editable field, it will jump to the next control.
    Syntax
    'Declaration
     
    
    Public Sub NextFieldThenControl() 
    'Usage
     
    
    Dim instance As GcTimeSpan
     
    instance.NextFieldThenControl()
    public void NextFieldThenControl()
    Remarks
    This method mainly used by GcShortcut's behaviors. The FieldsEditorControl.FieldEnter and the FieldsEditorControl.FieldLeave events will be raised when the caret is moved successfully. If the caret is moved to other control, the EditBase.KeyExit event will be raised.
    See Also