Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpanEditingControl Class / PreviousField Method


In This Topic
    PreviousField Method (GcTimeSpanEditingControl)
    In This Topic
    Jump to the previous field.
    Syntax
    'Declaration
     
    
    Public Sub PreviousField() 
    'Usage
     
    
    Dim instance As GcTimeSpanEditingControl
     
    instance.PreviousField()
    public void PreviousField()
    Remarks
    This method mainly used by GcShortcut's behaviors. If the current field which the caret is in is the first editable field, the caret will not move. The FieldEnter and the FieldLeave events will be raised when the caret is moved successfully.
    See Also