FlatIndexOf Method

Retrieves the flat index of the item in the ToolbarItemCollection.

Syntax

Visual Basic  Public  Function 
FlatIndexOf( ByVal oItem As ToolbarItem ) As int
C# public  int 
FlatIndexOf(ToolbarItem oItem );
Managed C++ public:  int 
FlatIndexOf(ToolbarItem oItem );
JScript public  function
FlatIndexOf(oItem : ToolbarItem );

Parameters

oItem Required. ToolbarItem object to search for in the collection.

Return Value

int. The flat index of the ToolbarItem object.

Applies To

ToolbarItemCollection

See Also

Internet Explorer WebControls, About the Toolbar WebControl