Index Property

Retrieves the index of the toolbar item within the parent.

Syntax

Visual Basic Overridable  Public  ReadOnly Property Index As int
C# public   virtual  int Index { get; }
Managed C++ public:  __property virtual int get_Index();
JScript public   function get Index() : int;

Possible Values

iIndex int that receives the index of the toolbar item within the parent.

The property is read-only. The property has no default value.

Applies To

ToolbarItem

See Also

Internet Explorer WebControls, About the Toolbar WebControl