RadialControllerMenu.GetSelectedMenuItem Method

Definition

Retrieves the active custom tool from the RadialController menu .

public:
 virtual RadialControllerMenuItem ^ GetSelectedMenuItem() = GetSelectedMenuItem;
RadialControllerMenuItem GetSelectedMenuItem();
public RadialControllerMenuItem GetSelectedMenuItem();
function getSelectedMenuItem()
Public Function GetSelectedMenuItem () As RadialControllerMenuItem

Returns

The active custom tool. Null if a custom tool is not active.

Applies to

See also