BCGControlBar Pro for MFC
static void CBCGPTabbedControlBar::SetTabAutoColors ( const CArray< COLORREF, COLORREF > &  arColors)
static

Sets a custom list of colors to be used when the auto color feature is enabled.

Use this function in order to customize the list of colors to be used when the auto color feature is enabled. Note, that this is a static function and affects all tabbed control bars in your application.

Use EnableTabAutoColor() in order to enable or disable the auto color feature.

Parameters
arColorsContains the array of colors to set.