Spread WinForms 15
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()
Remarks
This method is mainly used by GcShortcut's behaviors. The FieldsEditorControl.FieldEnter and the FieldsEditorControl.FieldLeave events are raised when the caret is moved successfully. If the caret is moved to another control, the EditBase.KeyExit event is raised.
See Also