Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the icon associated with the specified tab.
virtual UINT GetTabIcon(
int iTab
) const;
Parameters
- [in] iTab
The zero-based index of the tab.
Return Value
The icon ID for the specified tab if successful; -1 if the index is invalid.
Remarks
The CMFCBaseTabCtrl object stores the icons in the internal CImageList object.
Requirements
Header: afxbasetabctrl.h