BCGControlBar Pro for MFC
virtual void CBCGPColorButton::OnDrawFocusRect ( CDC *  pDC,
const CRect &  rectClient 
)
protectedvirtual

Called by the framework to display a focus rectangle when the button has a focus.

Override this function to customize appearance of the focus rectangle.

Parameters
pDCPoints to the device context used to draw the focus rectangle.
rectClientA rectangle in the device context specified by the pDC that defines the boundaries of the button.

Reimplemented from CBCGPButton.