RadialController.Menu Property

Definition

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.

Applies to

See also