Version

RadialMenuColorToolBase Class

A tool that maintains a selected Color.
Syntax
'Declaration
 
Public MustInherit Class RadialMenuColorToolBase 
   Inherits RadialMenuTool
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx 
public abstract class RadialMenuColorToolBase : RadialMenuTool, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx  
Remarks

If the parent of a RadialMenuColorToolBase is a RadialMenuColorToolBase, then the child RadialMenuColorToolBase will attempt to set the parent RadialMenuColorToolBase's Color to it's selected Color any time the Color property of the child RadialMenuColorToolBase is changed, or the RadialMenuTool.Checked property of the child RadialMenuColorToolBase is set to true. To set the Color of a RadialMenuColorTool without affecting the parent tool, use the SetColor 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