RadialControllerMenu.TrySelectPreviouslySelectedMenuItem 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.
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.