[]
        
(Showing Draft Content)

C1.Win.Command.RadialMenuItemCollection.Add

Add Method

Add(RadialMenuItemBase)

Adds an object to the end of the RadialMenuItemCollection.

Declaration
public void Add(RadialMenuItemBase item)
Parameters
Type Name Description
RadialMenuItemBase item

The RadialMenuItemBase to be added to the end of the RadialMenuItemCollection.

Implements

Add(object)

Adds an object to the end of the RadialMenuItemCollection.

Declaration
public int Add(object value)
Parameters
Type Name Description
object value

The object to be added to the end of the RadialMenuItemCollection.

Returns
Type Description
int

The index of last element in collection if value is not null; -1 otherwise.

Implements