C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / RadialMenuItemCollection Class / IndexOf Method / IndexOf(RadialMenuItemBase) Method
The RadialMenuItemBase item to locate in the RadialMenuItemCollection.

IndexOf(RadialMenuItemBase) Method
Searches for the specified object and returns the zero-based index of the first occurrence within the entire RadialMenuItemCollection.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal item As RadialMenuItemBase _
) As System.Integer
 

Parameters

item
The RadialMenuItemBase item to locate in the RadialMenuItemCollection.

Return Value

The zero-based index of the first occurrence of item within the entire RadialMenuItemCollection, if found; otherwise, -1.
Requirements

Target Platforms: 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