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

Called by the framework when the button's focus rectangle is about to be drawn.

Override this member function when you want to display the button's focus rectangle in a different way.

Parameters
pDCA pointer to a device context.
rectClientThe bounding rectangle.

Reimplemented from CBCGPButton.