InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputDatePicker Class / TabStop Property

In This Topic
    TabStop Property (InputDatePicker)
    In This Topic
    Gets or sets a value indicating whether the user can give the focus to this component using the TAB key.
    Syntax
    'Declaration
     
    Public Overridable Property TabStop As Boolean
    public virtual bool TabStop {get; set;}
    See Also