Description Determines whether the user can utilize the Tab key to set the focus to a BIDisp control.
Usage [form.] BIDisp.TabStop [ = boolean]
Settings The TabStop property settings for a BIDisp control are:
Setting Description
True (Default) Designates the control as a tab stop.
False Bypasses the control when the user is tabbing.
Remarks See Microsoft Visual Basic Language Reference TabStop property.
Data Type Integer(Boolean)
Available See Microsoft Visual Basic Reference Manual.
See Also TabIndex Property