Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class : IndexOf Method |
Searches the collection for the object and returns the zero-based index of the first occurrence within the collection.
Searches the collection for a BaseToolbarItem based on the Type property and returns the zero-based index of the first occurrence within the collection.[C++/CLI] public int IndexOf(BaseToolbarItem^);
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire ArrayList.[C++/CLI] public int IndexOf(ToolbarItemType);
Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the ArrayList that extends from the specified index to the last element.[C++/CLI] public virtual int IndexOf(Object^);
Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the ArrayList that starts at the specified index and contains the specified number of elements.[C++/CLI] public virtual int IndexOf(Object^,int);
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
ToolbarItemCollection Class | ToolbarItemCollection Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.