Version

UltraRadialMenuStates Enumeration

Enumeration which contains constants that identify the various states of the UltraRadialMenu control.
Syntax
'Declaration
 
Public Enum UltraRadialMenuStates 
   Inherits System.Enum
public enum UltraRadialMenuStates : System.Enum 
Members
MemberDescription
ActiveToolA tool is currently active.
CanDrillDownA tool with an enabled drilldown button is active.
CanNavigateBackThe center tool is not the root tool and so it's possible to navigate up the parent chain.
CenterButtonActiveThe center button is currently active
ExpandedThe UltraRadialMenu.Expanded property is true.
ListToolThe menu is currently displayed as a list.
NoneThe control is currently not in any of the defined states.
NumericGaugeToolThe active tool is a numeric gauge tool.
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