Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Sets the colors of the tab control that the framework uses in automatic color mode.
void SetAutoColors(
const CArray<COLORREF,COLORREF>& arColors
);
Parameters
- [in] arColors
An array of RGB colors.
Remarks
If you provide a custom array of colors, the default array of colors is ignored. If the parameter arColors is empty, the framework reverts to the default array of colors.
To enable autocolor mode, use the CMFCBaseTabCtrl::EnableAutoColor method.
Requirements
Header: afxbasetabctrl.h