BCGSuite for MFC
virtual void CBCGPEdit::OnDrawBrowseButton ( CDC *  pDC,
CRect  rect,
BOOL  bIsButtonPressed,
BOOL  bIsButtonHot 
)
protectedvirtual

Called by the framework when it needs to draw the browse button.

Override this function in a derived class if you want to customize appearance of the browse button.

Parameters
pDCA pointer to a device context.
rectThe button's bounding rectangle.
bIsButtonPressedIf TRUE, the button is pressed; otherwise the button is regular.
bIsButtonHotIf TRUE, the button is highlighted.