Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / PreviousFieldThenControl Method


In This Topic
    PreviousFieldThenControl Method (GcDateTime)
    In This Topic
    Moves to the previous field, but if the caret is in the starting edit field, moves to the previous control.
    Syntax
    'Declaration
     
    
    Public Sub PreviousFieldThenControl() 
    'Usage
     
    
    Dim instance As GcDateTime
     
    instance.PreviousFieldThenControl()
    public void PreviousFieldThenControl()
    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