Version

Color Property

Gets or sets the currently selected color of the tool.
Syntax
'Declaration
 
Public Property Color As Color
public Color Color {get; set;}
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 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