Brush Button

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available 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.

Brush Button

Sample code:

CBCGPBrushButton m_wndColor;
...
m_wndColor.SetBrush(
    CBCGPBrush((CBCGPColor::DarkOrange, 
        CBCGPColor::LightYellow,
        CBCGPBrush::BCGP_GRADIENT_RADIAL_TOP_LEFT)));