RadialControllerMenu.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.