Home | History | Annotate | Download | only in include

Lines Matching refs:LVM_SETTEXTCOLOR

2406 #define LVM_SETTEXTCOLOR (LVM_FIRST+36)
2407 #define ListView_SetTextColor(hwnd,clrText) (WINBOOL)SNDMSG((hwnd),LVM_SETTEXTCOLOR,0,(LPARAM)(COLORREF)(clrText))