TabIndex Property
Sets or retrieves the tab index of the item.
Syntax
Visual Basic Overridable Public Property TabIndex As short C# public virtual short TabIndex { get; set; } Managed C++ public: __property virtual short get_TabIndex();
public: __property virtual void set_TabIndex(short);JScript public function get TabIndex() : short;
public function set TabIndex(short);
Possible Values
iTabIndex short that specifies or receives the tab index of the item. The property is read/write. The property has no default value.
Property Information
Applies To
TabItem, ToolbarItem
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl