[]
        
(Showing Draft Content)

C1.Win.C1Command.RadialMenuItemCollection.Item

this Property

this[int]

Gets or sets the element at the specified index.

Declaration
public RadialMenuItemBase this[int index] { get; set; }
Parameters
Type Name Description
int index

The zero-based index of the element to get or set.

Property Value
Type Description
RadialMenuItemBase

The RadialMenuItemBase element at the specified index.

Implements