Version

RadialMenuTool Class

A tool that can be displayed by the UltraRadialMenu component.
Syntax
'Declaration
 
Public Class RadialMenuTool 
   Inherits Infragistics.Shared.KeyedSubObjectBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx 
public class RadialMenuTool : Infragistics.Shared.KeyedSubObjectBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx  
Remarks

RadialMenuTool is the most basic tool type. This tool represents a button that displays an image and text and occupies one or more wedges (or the center button) of the UltraRadialMenu.

A RadialMenuTool may be made to act as a state button by setting the Checkable property to true. See the Checked, ChildToolCheckBehavior, and LastToggledChildTool properties for more information on how to work with state buttons.

When a tool is set as the UltraRadialMenu.CenterTool, the tool's ToolSettings.CenterButtonAppearance will be applied to the center button. The tools in the Tools collection of the center tool are arranged around the menu clockwise. See WedgeSpan, VisiblePosition, and ChildToolDisplayStyle for more information on positioning tools on the menu.

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