SECTabControlBase::RenameTab

voidSECTabControlBase::RenameTab(intnIndex, LPCTSTRlpszLabel)

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

Defined in: tabctrlb.cpp

Return Value

void

Parameters

nIndex

Index of tab to rename.

lpszLabel

New label to be shown on the tab.

See Also

AddTab

DeleteTab

SECTabControlBase