'Declaration Public Enum RadialMenuCheckBehavior Inherits System.Enum
public enum RadialMenuCheckBehavior : System.Enum
Member | Description |
---|---|
CheckBox | The item is checkable and may be independantly checked or unchecked without affecting other items. |
None | The item is not checkable |
RadioButton | The 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. |
RadioButtonAllowAllUp | The 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. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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