ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / LoopPosition Property

In This Topic
    LoopPosition Property
    In This Topic
    Gets or sets a value indicating whether the position of the caret is automatically moved to the first field when the last field is filled.
    Syntax
    'Declaration
     
    
    Public Property LoopPosition As Boolean
    public bool LoopPosition {get; set;}
    See Also