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


In This Topic
    PreviousFieldThenControl Method (GcMask)
    In This Topic
    Moves the caret to the previous field. But if the caret is already in the beginning editable field, it will be moved to the previous control back in the tab order.
    Syntax
    'Declaration
     
    
    Public Sub PreviousFieldThenControl() 
    'Usage
     
    
    Dim instance As GcMask
     
    instance.PreviousFieldThenControl()
    public void PreviousFieldThenControl()
    Remarks
    The FieldsEditorControl.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