Version

RadialMenuColorWellTool Class

A special that maintains a selected Color and displays as a color well.
Syntax
'Declaration
 
Public Class RadialMenuColorWellTool 
   Inherits RadialMenuColorToolBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx 
public class RadialMenuColorWellTool : RadialMenuColorToolBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx  
Remarks

The RadialMenuColorWellTool does not support image or text and will display as a color well. If this tools parent or any of it's uncle tools are also RadialMenuColorWellTool, then the tool will show a preview of the ancestor color in the inner ring.

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