BCGControlBar Pro for MFC
virtual BOOL CBCGPVisualManager::OnDrawBrowseButton ( CDC *  pDC,
CRect  rect,
CBCGPEdit pEdit,
CBCGPVisualManager::BCGBUTTON_STATE  state,
COLORREF &  clrText 
)
virtual

Called by the framework when it draws a browse button which belongs to an edit control (CBCGPEdit).

Override this function in a derived class in order to customize appearance of browse buttons, which belong to edit control (CBCGPEdit).

Parameters
pDCA pointer to a device context.
rectButton's bounding rectangle.
pEditA pointer to edit control.
stateButton's state.
clrTextA reference to text color (out parameter).