Version

CenterButtonClickAction Enumeration

Enumeration of actions that can occur when the center button of the radial menu is clicked.
Syntax
'Declaration
 
Public Enum CenterButtonClickAction 
   Inherits System.Enum
public enum CenterButtonClickAction : System.Enum 
Members
MemberDescription
BackNavigates back up one level of the tool tree.
NoneNo action is taken.
ToggleExpansionToggles the expanded state of the menu.
Remarks

This enumeration is used by the UltraRadialMenu.CenterButtonClick event.

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