CTabCtrl::RemoveImage

Call this member function to remove the specified image from a tab control's image list. The tab control updates each tab's image index so that each tab remains associated with the same image.

Syntax

void RemoveImage( int nImage );

At a Glance

Header File Afxcoll.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CTabCtrl Overview, CTabCtrl Member Functions, Control Classes, CTabCtrl::GetImageList, CTabCtrl::SetImageList