RadialControllerMenu.SelectMenuItem(RadialControllerMenuItem) Method
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.
Selects and activates the specified custom tool from the RadialController menu.
public:
virtual void SelectMenuItem(RadialControllerMenuItem ^ menuItem) = SelectMenuItem;
void SelectMenuItem(RadialControllerMenuItem const& menuItem);
public void SelectMenuItem(RadialControllerMenuItem menuItem);
function selectMenuItem(menuItem)
Public Sub SelectMenuItem (menuItem As RadialControllerMenuItem)
Parameters
- menuItem
- RadialControllerMenuItem
The custom tool to select.