Version

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.
Overload List
OverloadDescription
LastIndexOf(ToolbarItemType)Searches the collection for a BaseToolbarItem based on the Type property and returns the zero-based index of the last occurrence within the collection.  
LastIndexOf(Object)Searches for the specified System.Object and returns the zero-based index of the last occurrence within the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
LastIndexOf(Object,Int32)Searches for the specified System.Object and returns the zero-based index of the last occurrence within the range of elements in the System.Collections.ArrayList that extends from the first element to the specified index. (Inherited from System.Collections.ArrayList)
LastIndexOf(Object,Int32,Int32)Searches for the specified System.Object and returns the zero-based index of the last occurrence within the range of elements in the System.Collections.ArrayList that contains the specified number of elements and ends at the specified index. (Inherited from System.Collections.ArrayList)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also