SECTabControlBase::CreateNewTab

SECTab*SECTabControlBase::CreateNewTab(void)

As discussed in the class introduction, each tab is represented by an instance of SECTab or a class derived from SECTab. If you need to associate domain-specific data with each tab, you can derive your own class from SECTab and insert those members there. CreateNewTab is the member you have to override in order to instantiate your derived class instead of the default SECTab.

Defined in: tabctrlb.cpp

Return Value

A pointer to the tab object which was created.

See Also

SECTabControlBase