TabStop

Returns or sets a value indicating whether a user can use the TAB key to give the focus to an object.

Syntax

object.TabStop [= boolean]

The parts of the TabStop property syntax are described in the following table.

Part Description
object An object expression that evaluates to an object.
boolean A Boolean expression specifying whether the object is a tab stop, as described in Settings.

Settings

The settings for boolean are described in the following table.

Setting Description
True (Default). Designates the object as a tab stop.
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.

Remarks

This property enables you to add or remove a control from the tab order on a form.