RadialController.Menu Property
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.
Gets a reference to the menu associated with the RadialController object.
public:
property RadialControllerMenu ^ Menu { RadialControllerMenu ^ get(); };
RadialControllerMenu Menu();
public RadialControllerMenu Menu { get; }
var radialControllerMenu = radialController.menu;
Public ReadOnly Property Menu As RadialControllerMenu
Property Value
The integrated menu of contextual app commands associated with the RadialController object.
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.