ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / LoopPosition Property

In This Topic
    LoopPosition Property (C1DropDownControl)
    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