Spread Windows Forms 17
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 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