ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / MaskInfo Class / AutoTabWhenFilled Property

In This Topic
    AutoTabWhenFilled Property
    In This Topic
    If True, focus automatically moves to the next control when the mask is filled.
    Syntax
    'Declaration
     
    
    Public Property AutoTabWhenFilled As Boolean
    public bool AutoTabWhenFilled {get; set;}
    See Also