CMFCBaseTabCtrl::GetAutoColors
Retrieves the array of colors used for automatic coloring.
const CArray<COLORREF,COLORREF>& GetAutoColors() const;
Return Value
A reference to an array of COLORREF values that the CMFCBaseTabCtrl object uses for automatic tab coloring.
Remarks
By default, the framework initializes the array of colors to library-defined colors. You can provide a custom array of colors by calling the method CMFCBaseTabCtrl::SetAutoColors.
Requirements
Header: afxbasetabctrl.h