| Visual Basic (Declaration) | |
|---|---|
Public Shadows Property TabStop As Boolean | |
| C# | |
|---|---|
public new bool TabStop {get; set;} | |
Property Value
BooleanThis property value is of type Boolean, indicating if the control can receive focus when the user presses the TAB key.
If this property is set to false, the control can still receive focus with a mouse click or the Focus() method.