InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComponent Class / TabStop Property

In This Topic
    TabStop Property (InputComponent)
    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