BCGControlBar Pro for MFC
CBCGPRibbonStatusBarPane::CBCGPRibbonStatusBarPane ( UINT  nCmdID,
LPCTSTR  lpszText,
UINT  uiAnimationListResID,
int  cxAnimation = 16,
COLORREF  clrTrnsp = RGB(192, 192, 192),
HICON  hIcon = NULL,
BOOL  bIsStatic = FALSE,
BOOL  bDontScaleInHighDPIMode = FALSE,
BOOL  bAlphaBlendIcon = FALSE 
)

Constructs a status bar pane object.

Parameters
nCmdIDPane command ID.
lpszTextSpecifies text string to be displayed on pane.
uiAnimationListResIDResource ID of image list used for animation.
cxAnimationSpecifies the width of icon in the image list used for animation.
clrTrnspSpecifies transparent color of images in the image list used for animation.
hIconA handle to an icon to be displayed on pane.
bIsStaticIf TRUE, the status pane can't be clicked.
bDontScaleInHighDPIModeIf TRUE, the image is not scaled in high DPI mode.
bAlphaBlendIconIf TRUE, the icon is 32 bpp.