Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the text of a tab label.
virtual BOOL GetTabLabel(
int iTab,
CString& strLabel
) const;
Parameters
[in] iTab
The zero-based index of the tab.[out] strLabel
A reference to a CString object. This method stores the label of the tab in this parameter.
Return Value
TRUE if successful; FALSE otherwise.
Remarks
This method fails if the index iTab is invalid.
You set the label for a tab when you create the tab by using CMFCBaseTabCtrl::AddTab. You can also change the label after creation with the method CMFCBaseTabCtrl::SetTabLabel.
Requirements
Header: afxbasetabctrl.h