Items object
The Items collection holds the radial menu's items collection. The Items collection holds Item objects. The Items property of the control, accesses the control's Items collection.

The Items object supports the following properties and methods:

NameDescription
AddAdds an Item object and returns a reference to the newly created object.
ClearRemoves all objects in a collection.
CountReturns the number of objects in a collection.
ItemReturns a specific Item object giving its index or name.
RemoveRemoves a specific member from the collection.
ToStringLoads or saves the Items collection using string representation.