SECTabWndBase::RenameTab

The specified tab is given the new label and updated to reflect the change on screen.

Defined in: tabwndb.cpp

Syntax

RenameTab(int nIndex, LPCTSTR lpszLabel)

RenameTab(CWnd* pWnd, LPCTSTR lpszLabel)

Return Value

void

Parameters

nIndex

Index of tab to rename.

pWnd

Window of tab to rename.

lpszLabel

New label to be shown on the tab.

See Also

AddTab

RemoveTab

SECTabWndBase