constants RadialCustomTypeEnum
The RadialCustomTypeEnum type specifies custom controls that the radial menu can handle. The BrowseCustomType property indicates the custom object to be shown when the user clicks/browses the item. The BrowseCustom property gets or sets a value for specified property, when browsing custom control. The BrowseType property specifies what the item displays, when the user clicks/browses it. The BrowseCustomType property must be specified when the BrowseType property is  exBrowseItemCustom. The RadialCustomTypeEnum type supports the following values:

NameValueDescription
exRadialCustomDisable0 No custom control is displayed when browsing the item. By default, the child items get displayed instead.

exRadialCustomSlider16 A radial-slider is displayed when user browses the item. ( BrowseType property is exBrowseItemCustom, and BrowseCustomType property is exRadialCustomSlider )

exRadialCustomGauge32 A gauge control is displayed when user browses the item. ( BrowseType property is exBrowseItemCustom, and BrowseCustomType property is exRadialCustomGauge ). The control displays/edit data using the using the Exontrol's ExGauge component.