Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the flat index of the item in the ToolbarItemCollection.
Syntax
Visual Basic Public Function
FlatIndexOf( ByVal oItem As ToolbarItem ) As intC# 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