TabStop
This property returns and sets a value that indicates whether a user can use the TAB key to give the focus to an object.
Syntax
object.TabStop [= Boolean]
Parameters
- object
- Object expression that evaluates to an object.
- Boolean
- Boolean expression that specifies whether the object is a tab stop. Following are the settings for Boolean:
- True (default)
- Designates the object as a tab stop.
- False
- Bypasses the object when a user presses the TAB key, although the object still holds its place in the actual tab order, as determined by the TabIndex property.
Remarks
The TabStop property enables you to add or remove a control from the tab order on a form.