LibUIDK Documentation
ContentsIndexHome
PreviousUpNext
CSkinListCtrl::SetSelectedItemBkColor Method
C++
int SetSelectedItemBkColor(COLORREF cr);

设置选中Item的背景颜色.

Parameters 
Description 
COLORREF cr 
指定选中Item的背景颜色. 

成功返回0, 失败返回非0值.

此函数仅在使用自绘List时有效, 有关怎样使用自绘List, 请参考CSkinListCtrl::EnableOwnerDraw.