Share via


CTabCtrl::SetImageList

CImageList *SetImageList(CImageList *pImageList);

Return Value

Returns a pointer to the previous image list or NULL if there is no previous image list.

Parameters

pImageList

Pointer to the image list to be assigned to the tab control.

Remarks

Call this function to assign an image list to a tab control.

CTabCtrl OverviewClass MembersHierarchy Chart

See Also   CTabCtrl::GetImageList, CImageList