void CBCGPPropertyPage::SetBackgroundImage | ( | HBITMAP | hBitmap, |
BackgroundLocation | location = BACKGR_TILE , |
||
BOOL | bAutoDestroy = TRUE , |
||
BOOL | bRepaint = TRUE |
||
) |
Sets the property page's background image
Use this function to set the image as background. The image is not stretched to fit the property page client area. Use the BackgroundLocation values to specify the image location.
hBitmap | The image handle |
location | The image location |
bAutoDestroy | Specifies whether the image should be destroyed automatically |
bRepaint | Specifies whether the property page's client area should be updated immediately |