Version

UltraRadialMenuAction Enumeration

Enumeration which contains constants that identify the actions that can be performed on the UltraRadialMenu control.
Syntax
'Declaration
 
Public Enum UltraRadialMenuAction 
   Inherits System.Enum
public enum UltraRadialMenuAction : System.Enum 
Members
MemberDescription
ClickCurrentItemActivate current item. Simulates a click on the currently active item.
CloseCloses the radial menu
CollapseCollapses the menu.
DecrementNumericGaugeDecemrents the value of a NumericGaugeTool.
DrillDownDrills down into the currently selected menu tool.
IncrementNumericGaugeIncrements the value of a NumericGaugeTool.
NavigateBackNavigates back to the previous center tool as though the user clicked the center button.
NextItemThe next item is activated. Activation proceeds from the center button to the first menu item and then in a clockwise direction around the menu and then back to the center button.
PreviousItemThe previous item is activated. Activation proceeds from the center button to the last menu item and then in a counter-clockwise direction around the menu and then back to the center button.
ToggleExpansionToggles the expanded state of the menu.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also