Share via


TabStop Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

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.