TabStop property (VBE.Dev)
Indicates whether an object can receive focus when the user tabs to it.
Syntax
object.TabStop [= Boolean ]
The TabStop property syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
Boolean | Optional. Whether the object is a tab stop. |
Settings
The settings for Boolean are:
Value | Description |
---|---|
True | Designates the object as a tab stop (default). |
False | Bypasses the object when the user is tabbing, although the object still holds its place in the actual tab order, as determined by the TabIndex property. |
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.