| void CBCGPEdit::SetBrowseButtonImage | ( | HICON | hIcon, | 
| BOOL | bAutoDestroy = TRUE, | ||
| BOOL | bAlphaBlend = FALSE, | ||
| BOOL | bAutoScale = TRUE | ||
| ) | 
Allows to set a custom button image.
Use this function to provide the edit control with a custom browse button image. In the standard modes (calculator, file, folder) the appropriate image is taken from the library resources.
| hIcon | A handle to icon | 
| bAutoDestroy | If TRUE, the icon will be destroyed automatically, when a new image has been added to the internal image list. | 
| bAlphaBlend | Specifies whether the icon is alpha blended. | 
| bAutoScale | Specifies whether the icon is automatically scaled according to the current DPI. |