Gets or sets a value indicating whether a user can focus this control using the TAB key.
public bool TabStop { get; set; }
Public Property TabStop As Boolean
This property is overridden to change the default property's value. See the System.Windows.Forms.Control.TabStop topic for more details.