Brush Button
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The brush button is derived from the regular pushbutton control and displays a brush preview on the left. When the user clicks this button, the modal brush edit dialog appears.
Sample code:
CBCGPBrushButton m_wndColor;
...
m_wndColor.SetBrush(
CBCGPBrush((CBCGPColor::DarkOrange,
CBCGPColor::LightYellow,
CBCGPBrush::BCGP_GRADIENT_RADIAL_TOP_LEFT)));