BCGControlBar Pro for MFC
BOOL CBCGPFrameWnd::SetDockingBarsIconList ( UINT  nResID,
const CSize &  sizeIcon = CSize(16, 16),
COLORREF  clrTransparent = RGB(255, 0, 255),
BOOL  bAutoScale = TRUE,
BOOL  bAutoInverseLuminosity = FALSE 
)
inline

Specify a docking bars (panes) icon list.

Parameters
nResIDIconst list resource ID (BMP, PNG or SVG).
sizeIconIcon size.
clrTransparentTransparent color.
bAutoScaleSpecifies whether the icon list is automatically scaled according to current DPI.
bAutoInverseLuminositySpecifies whether the icons should be automatically invesed in the dark themes.
Returns
Returns True if image list is successfully loaded; FALSE - otherwise.