Version

RadialMenuCheckBehavior Enumeration

Enumeration used to define whether how the item's IsChecked state may be changed.
Syntax
'Declaration
 
Public Enum RadialMenuCheckBehavior 
   Inherits System.Enum
public enum RadialMenuCheckBehavior : System.Enum 
Members
MemberDescription
CheckBoxThe item is checkable and may be independantly checked or unchecked without affecting other items.
NoneThe item is not checkable
RadioButtonThe item is checkable. Only 1 item from the items with the same GroupName may be checked at a time and the checked item may not be unchecked.
RadioButtonAllowAllUpThe item is checkable. Only 1 item from the items with the same GroupName may be checked at a time and the checked item may not be checked allowing all items to be unchecked.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub