Item object
The Item object holds information about an item that's shown on the radial menu. Use the Add / ToString method to add new items to the control. Any item, can display a different HTML caption, icons, pictures on the items or sub-items zone. 

The Item object supports the following properties and methods:

NameDescription
BackAlphaSpecifies the value of alpha / opacity channel to show the item's background color.
BackColorRetrieves or sets a value that indicates the item's background color.
BrowseCustomGets or sets a value for specified property, when browsing custom data.
BrowseCustomTypeIndicates the custom object to be shown when the user clicks/browses the item.
BrowseTypeSpecifies what the item displays, when the user clicks/browses it.
CaptionRetrieves or sets a value that indicates the item's caption.
ForeColorRetrieves or sets a value that indicates the item's foreground color.
ImageRetrieves or sets a value that indicates the item's image.
IndexRetrieves the item's index.
ItemsRetrieves the item's children collection.
NameRetrieves or sets a value that indicates the item's name.
ParentRetrieves the parent of the item.
TooltipRetrieves or sets a value that indicates the item's tooltip.
TooltipTitleRetrieves or sets a value that indicates the title of the item's tooltip.
UserDataRetrieves or sets a value that indicates the item's user data.