CListCtrl::SetTextColor
更新 : 2007 年 11 月
リスト ビュー コントロールのテキストの色を設定します。
BOOL SetTextColor(
COLORREF cr
);
パラメータ
- cr
新しいテキストの色を指定する COLORREF。詳細については、Windows SDK の「COLORREF」を参照してください。
戻り値
正常終了した場合は 0 以外を返します。それ以外の場合は 0 を返します。
使用例
// Use the window text color for
// the item text of the list view control.
COLORREF crTextColor = ::GetSysColor(COLOR_WINDOWTEXT);
m_myListCtrl.SetTextColor(crTextColor);
ASSERT(m_myListCtrl.GetTextColor() == crTextColor);
必要条件
ヘッダー : afxcmn.h