CMFCBaseTabCtrl::SetAutoColors
設定這個框架是自動色彩模式使用索引標籤控制項的色彩。
void SetAutoColors(
const CArray<COLORREF,COLORREF>& arColors
);
參數
- [in] arColors
RGB 色彩。
備註
如果您提供自訂色彩,則預設色彩會被忽略。 如果參數 arColors 是空的,架構會還原成預設色彩。
若要為 autocolor 模式,請使用 CMFCBaseTabCtrl::EnableAutoColor 方法。
需求
標題: afxbasetabctrl.h