NormalTab::GetItemText
long GetItemText ( short tabItem, char * text, long size ) const;
Parameters
- tabItem
1-based index of the tab control item. - text
Output parameter: pointer to a buffer to receive the text. This parameter can be NULL. - size
Size of the text buffer. If text is NULL, this parameter is ignored.
Return Value
Description