Home | History | Annotate | Download | only in include

Lines Matching refs:LVM_SETTEXTBKCOLOR

2410 #define LVM_SETTEXTBKCOLOR (LVM_FIRST+38)
2411 #define ListView_SetTextBkColor(hwnd,clrTextBk) (WINBOOL)SNDMSG((hwnd),LVM_SETTEXTBKCOLOR,0,(LPARAM)(COLORREF)(clrTextBk))