|
LibUIDK Documentation
|
int EnableBkImage(BOOL bEnable);
设置是否使用背景图.
|
Parameters |
Description |
|
BOOL bEnable |
指定是否显示背景图. |
成功返回0, 失败返回非0值.
如果不使用背景图或者指定了使用背景图, 但没有设置背景图, 那么CSkinListCtrl使用CListCtrl::GetBkColor得到的颜色填充背景.
|
Copyright (c) 2005-2008 iUIShop Technologies All rights reserved.
|