Enhanced Pushbutton
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The library enhances the standard Windows pushbutton with the following advanced features:
- Visual themes and DWM.
- Custom cursor support.
- Combination of the caption (large font) and description (regular font).
- Ability to combine the image and the text labels.
- Auto-repeat (press and hold) mode.
- User-defined tooltips.
- Notification badge.
- You can customize the background and foreground colors.
Button with a bitmap:
Group of radio buttons:
Sample code:
CBCGPButton m_Button;
m_Button.SetImage(
IDB_IMAGE /* Regular image */,
IDB_IMAGE_HOT /* Hot image */);