void CBCGPButton::SetCheckedImage | ( | UINT | uiBmpResId, |
UINT | uiBmpHotResId = 0 , |
||
UINT | uiBmpDsblResID = 0 , |
||
UINT | uiBmpPressedResId = 0 |
||
) |
Specifies an image to be displayed on the checked button
Call this member function to set a new image for the checked button.
uiBmpResId | Resource ID for non-selected image |
uiBmpHotResId | Resource ID for selected image |
uiBmpDsblResID | Resource ID of disabled bitmap. |
uiBmpPressedResId | Resource ID of pressed bitmap. |