CReBarCtrl::SetImageList

BOOL SetImageList( CImageList* pImageList );

返回值:如果成功则返回非零值;否则返回0。

参数:
pImageList一个指向CImageList对象的指针,该对象包含了要分配给rebar控件的图像列表。

说明:
此成员函数用来给rebar控件分配图像列表。

请参阅:CReBarCtrl::GetImageList