TabIndex Property

Sets or retrieves a value that indicates the tab index of the item.

Syntax

Visual Basic Overrides  Public  Property TabIndex As short
C# public   override  short TabIndex { get; set; }
Managed C++ public:  __property short get_TabIndex();
public:  __property void set_TabIndex(short);
JScript public   override  function get TabIndex() : short;
public   override  function set TabIndex(short);

Possible Values

sIndex The tab index of the item.

The property is read/write. The property has no default value.

Applies To

TOOLBARDROPDOWNLIST, TOOLBARTEXTBOX

See Also

Internet Explorer WebControls, About the Toolbar WebControl