TabStop Property (InputRadioButton)
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