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


In This Topic
    PreviousField Method (GcDateTime)
    In This Topic
    Moves to the previous field.
    Syntax
    'Declaration
     
    
    Public Sub PreviousField() 
    'Usage
     
    
    Dim instance As GcDateTime
     
    instance.PreviousField()
    public void PreviousField()
    Remarks
    This method is mainly used by GcShortcut's behaviors. If the current field which the caret is in, is the first 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