tabStop Property

Internet Development Index

Sets or retrieves whether an element behavior can receive focus and participate in the tabbing sequence.

Syntax

defaults.tabStop(v) [ = bTabEnabled ]

Possible Values

bTabEnabledBoolean that specifies or receives one of the following values.
falseDefault. Element cannot participate in tabbing.
trueElement can participate in tabbing.

The property is read/write. The property has a default value of false.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.

Standards Information

There is no public standard that applies to this property.

Applies To

defaults

See Also

Introduction to Viewlink, About Element Behaviors