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.
svg | A reference to CBCGPSVGImage object for the button image |
sizeImage | The icon size, in pixels; if this size if (0, 0), the SVG view size will be used. |