Spread Windows Forms 17
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 FieldEnter and the FieldLeave events will be raised when the caret is moved successfully. If the caret is moved to other control, the KeyExit event will be raised.
    See Also