ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1RadioButton Class / TabStop Property

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