TabStop Property (Outlook Controls)

Returns or sets a Boolean that indicates whether an object can receive focus when the user tabs to it. Read/write.

Syntax

expression. TabStop

expression A variable that represents an Outlook control object.

Remarks

True to designate the object as a tab stop (default), False to bypass 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.

You can combine the settings of the Enabled and the TabStop properties to prevent the user from selecting a command button with TAB, while still allowing the user to click the button. Setting TabStop to False means that the command button won't appear in the tab order.

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.