Version

RadialMenuNumericTool Class

A tool that has a numeric value and can be displayed by the UltraRadialMenu component.
Syntax
'Declaration
 
Public Class RadialMenuNumericTool 
   Inherits RadialMenuNumericToolBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx 
public class RadialMenuNumericTool : RadialMenuNumericToolBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx  
Remarks

RadialMenuNumericTool support all of the same functionality as a RadialMenuTool and also has a Value property to keep track of a numeric value.

The RadialMenuNumericToolBase.Value property of the tool gets or sets the current value.

The RadialMenuNumericTool displays the current value as a string, positioned relative to the tool's image. The relative position of the value label can be adjusted using the ToolSettings.NumericToolValueLabelVisible. The appearance of the value label is determined by the ToolSettings.NumericToolValueAppearance. The value label can be hidden by setting ToolSettings.NumericToolValueLabelVisible to DefaultableBoolean.False.

As with all properties on the ToolSettings class, the RadialMenuTool.ToolSettings of the individual tool will override the UltraRadialMenu.ToolSettings on the UltraRadialMenu component.

If the parent of a RadialMenuNumericToolBase is a RadialMenuNumericToolBase, then the child RadialMenuNumericToolBase will attempt to set the parent RadialMenuNumericToolBase's Value to it's Value any time the Value property of the child RadialMenuNumericToolBase is changed. To set the Value of a RadialMenuNumericToolBase without affecting the parent tool, use the RadialMenuNumericToolBase.SetValue method and specify false for 'synchParentToolIfNeeded'.

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