Version

Action Property (CenterButtonClickEventArgs)

Gets or sets what action is taken when the center button is clicked.
Syntax
'Declaration
 
Public Property Action As CenterButtonClickAction
public CenterButtonClickAction Action {get; set;}
Remarks

By default, clicking the center button will behave differently, depending on the UltraRadialMenu.CenterTool. If the center tool has no parent tool, then the expanded state of the menu will be toggled. If the center tool has a parent tool, then the center button will act as a 'back' button, navigating up the tool tree one level.

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