Version

RadialMenuNumericToolBase Class

A base tool type that has a numeric value.
Syntax
'Declaration
 
Public MustInherit Class RadialMenuNumericToolBase 
   Inherits RadialMenuTool
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx 
public abstract class RadialMenuNumericToolBase : RadialMenuTool, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx  
Remarks

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

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 SetValue(Int32,Boolean,Boolean) 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