RadialControllerMenu.TrySelectPreviouslySelectedMenuItem Method

Definition

Attempts to select and activate the previously selected tool from the RadialController menu.

This method does not differentiate between built-in and custom tools.

public:
 virtual bool TrySelectPreviouslySelectedMenuItem() = TrySelectPreviouslySelectedMenuItem;
bool TrySelectPreviouslySelectedMenuItem();
public bool TrySelectPreviouslySelectedMenuItem();
function trySelectPreviouslySelectedMenuItem()
Public Function TrySelectPreviouslySelectedMenuItem () As Boolean

Returns

Boolean

bool

true if the previously selected tool can be selected and activated; otherwise false.

Applies to

See also