| BOOL CBCGPTabWnd::SetTabStateAnimationImages | ( | UINT | uiAnimImagesResID, |
| int | cx = 16, |
||
| BOOL | bDPIAutoScale = TRUE, |
||
| COLORREF | clrTransp = RGB(255, 0, 255) |
||
| ) |
Sets tab animation ("busy" indicator) images. The image list is loaded from the resources.
| uiAnimImagesResID | Image list resourc id. |
| cx | Width of each image, in pixels. |
| bDPIAutoScale | Specifies whether the image list should be automatically scaled according to current DPI. |
| clrTransp | The image list transparent color. Not used if image list is 32 bpp. |