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


In This Topic
    PreviousFieldThenControl Method (GcTimeSpan)
    In This Topic
    Jump to the previous field, but if caret is in the start editable field, it will jump to the previous control.
    Syntax
    'Declaration
     
    
    Public Sub PreviousFieldThenControl() 
    'Usage
     
    
    Dim instance As GcTimeSpan
     
    instance.PreviousFieldThenControl()
    public void PreviousFieldThenControl()
    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