COX3DTabViewContainer::SetPageImageIndex
BOOL SetPageImageIndex(const CWnd* pWnd, int nImage)
BOOL SetPageImageIndex(const int nIndex, int nImage)
Parameters
pWnd |
Pointer to the page for which the image is to be set. |
nIndex |
Zero-based index of the page for which the image is to be set. |
nImage |
Index of an image in the image list that will be used as the page image in the corresponding tab button. |
Remarks
Sets the image index of the specified page.