COX3DTabViewContainer::SetPageTitle
BOOL SetPageTitle(const CWnd* pWnd, LPCTSTR lpszTitle)
BOOL SetPageTitle(const int nIndex, LPCTSTR lpszTitle)
Parameters
pWnd |
Pointer to the page for which the title is to be set. |
nIndex |
Zero-based index of the page for which the title is to be set. |
lpszTitle |
The text that will be used as the page title in the tab button. |
Remarks
Sets the title of the specified page.