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


In This Topic
    PreviousFieldThenControl Method (GcMaskEditingControl)
    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 GcMaskEditingControl
     
    instance.PreviousFieldThenControl()
    public void PreviousFieldThenControl()
    Remarks
    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