BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawRadioButton ( CDC *  pDC,
CRect  rect,
BOOL  bOn,
BOOL  bHighlighted,
BOOL  bPressed,
BOOL  bEnabled 
)
virtual

Called by the framework to draw a radio button.

Override this method in a derived class to customize appearance of radio buttons.

Parameters
pDCA pointer to a device context.
rectBounding rectangle.
bOnRadio button state. If TRUE, the radio button is checked.
bHighlightedIf TRUE, the radio button is highlighted.
bPressedIf TRUE, the radio button is pressed.
bEnabledIf TRUE, the radio button is enabled.