SECTabControlBase::GetTab
SECTab&SECTabControlBase::GetTab(intnTab)
If you need to read or write tab attributes directly, you can retrieve a reference to the SECTab-derived object and dereference its members at will.
Defined in: tabctrlb.cpp
Return Value
A reference to the specified tab.
Parameters
nTab
Index of tab to return.
See Also