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

In This Topic
    AcceptsTab Property (C1DropDownControl)
    In This Topic
    Indicates if Tab and Shift+Tab keys are accepted by control and move the focus to the next (previous) group of input characters in edit mask and in DateTimeInput mode.
    Syntax
    'Declaration
     
    Public Property AcceptsTab As Boolean
    public bool AcceptsTab {get; set;}
    See Also