Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class : LastIndexOf Method |
Searches the collection for a BaseToolbarItem based on the Type property and returns the zero-based index of the last occurrence within the collection.
Searches for the specified Object and returns the zero-based index of the last occurrence within the entire ArrayList.[C++/CLI] public int LastIndexOf(ToolbarItemType);
Searches for the specified Object and returns the zero-based index of the last occurrence within the range of elements in the ArrayList that extends from the first element to the specified index.[C++/CLI] public virtual int LastIndexOf(Object^);
Searches for the specified Object and returns the zero-based index of the last occurrence within the range of elements in the ArrayList that contains the specified number of elements and ends at the specified index.
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.