Home | History | Annotate | Download | only in include

Lines Matching refs:LVM_SETBKCOLOR

2261 #define LVM_SETBKCOLOR (LVM_FIRST+1)
2262 #define ListView_SetBkColor(hwnd,clrBk) (WINBOOL)SNDMSG((hwnd),LVM_SETBKCOLOR,0,(LPARAM)(COLORREF)(clrBk))