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