[]
        
(Showing Draft Content)

C1.Win.C1Command.RadialMenuItemCollection.Contains

Contains Method

Contains(RadialMenuItemBase)

Determines whether an element is in the RadialMenuItemCollection.

Declaration
public bool Contains(RadialMenuItemBase item)
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)
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