ComponentOne MultiSelect for WinForms
C1.Win.Input.Formating Namespace / MaskInfo Class / AutoTabWhenFilled Property

In This Topic
    AutoTabWhenFilled Property (MaskInfo)
    In This Topic
    Gets or sets a value that indicates whether the focus automatically moves to the next control when the mask is filled.
    Syntax
    'Declaration
     
    
    Public Property AutoTabWhenFilled As Boolean
    public bool AutoTabWhenFilled {get; set;}
    Remarks
    If True, focus automatically moves to the next control when the mask is filled.
    See Also