RadialControllerMenu.Items Property

Definition

Gets the collection of custom tools on the RadialController menu. Built-in tools are not included.

public:
 property IVector<RadialControllerMenuItem ^> ^ Items { IVector<RadialControllerMenuItem ^> ^ get(); };
IVector<RadialControllerMenuItem> Items();
public IList<RadialControllerMenuItem> Items { get; }
var iVector = radialControllerMenu.items;
Public ReadOnly Property Items As IList(Of RadialControllerMenuItem)

Property Value

The collection of custom tools (RadialControllerMenuItem) on the RadialController menu.

Applies to

See also