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


In This Topic
    PreviousField Method (GcMaskEditingControl)
    In This Topic
    Moves the caret to the next field in the left of the current one.
    Syntax
    'Declaration
     
    
    Public Sub PreviousField() 
    'Usage
     
    
    Dim instance As GcMaskEditingControl
     
    instance.PreviousField()
    public void PreviousField()
    Remarks
    If the current field which the caret is in is the first editable field, the caret will not move. The FieldEnter and the FieldLeave events will be raised when the caret is moved successfully.
    See Also