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