Version

SetColor(Color,Boolean) Method

Sets the Color property and also optionally syunchronizes the checked states of any descendant color wells under this tool.
Syntax
'Declaration
 
Public Sub SetColor( _
   ByVal newColor As Color, _
   Optional ByVal synchronizeChildColorWells As Boolean _
) 
public void SetColor( 
   Color newColor,
   bool synchronizeChildColorWells
)

Parameters

newColor
The new Color.
synchronizeChildColorWells
True to synrchonize the Checked and Color properties of any descendant RadialMenuColorWellTool tools under this tool.
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