RadialControllerConfiguration.ResetToDefaultMenuItems 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.
Restores the RadialController menu to the default configuration.
public:
virtual void ResetToDefaultMenuItems() = ResetToDefaultMenuItems;
void ResetToDefaultMenuItems();
public void ResetToDefaultMenuItems();
function resetToDefaultMenuItems()
Public Sub ResetToDefaultMenuItems ()
Remarks
RadialController menu operations, including CreateFromKnownIcon, CreateFromIcon, CreateFromFontGlyph, CreateFromFontGlyph, ResetToDefaultMenuItems, SetDefaultMenuItems, and TrySelectDefaultMenuItem, should be performed on the UI thread. Doing so in a background worker thread can cause issues with event handlers on the UI thread.