[]
        
(Showing Draft Content)

C1.Win.Command.RadialMenuItemCollection.Contains

Contains Method

Contains(RadialMenuItemBase)

Determines whether an element is in the RadialMenuItemCollection.

Declaration
public bool Contains(RadialMenuItemBase item)
Public Function Contains(item As RadialMenuItemBase) As Boolean
Parameters
Type Name Description
RadialMenuItemBase item

The RadialMenuItemBase item to locate in the RadialMenuItemCollection.

Returns
Type Description
bool

True if item is found in the RadialMenuItemCollection; otherwise, false.

Implements

Contains(object)

Determines whether an element is in the RadialMenuItemCollection.

Declaration
public bool Contains(object value)
Public Function Contains(value As Object) As Boolean
Parameters
Type Name Description
object value

The object to locate in the RadialMenuItemCollection.

Returns
Type Description
bool

True if item is found in the RadialMenuItemCollection; otherwise, false.

Implements