BCGControlBar Pro for MFC
void CBCGPEdit::SetBrowseButtonImage ( const CBCGPSVGImage svg,
CSize  sizeImage = CSize(0, 0) 
)

Allows to set a custom button SVG icon.

Use this function to provide the edit control with a custom browse button SVG icon.

Parameters
svgA reference to CBCGPSVGImage object for the button image
sizeImageThe icon size, in pixels; if this size if (0, 0), the SVG view size will be used.