Call this member function to retrieve information about a tab in a tab control.
When the message is sent, the mask member specifies which attributes to return. If the mask member specifies the TCIF_TEXT value, the pszText member must contain the address of the buffer that receives the item text and the cchTextMax member must specify the size of the buffer.
BOOL GetItem( int nItem, TC_ITEM* pTabCtrlItem ) const;
Header File | Afxcoll.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CTabCtrl Overview, CTabCtrl Member Functions, Control Classes, CTabCtrl::InsertItem, CTabCtrl::SetItem