SECTabControlBase::GetTabPtr
SECTab*SECTabControlBase::GetTabPtr(intnTab)
If you need to read or write tab attributes directly, you can retrieve a pointer to the SECTab-derived object and dereference its members at will. You may prefer to use this member instead of GetTab if you need to do a type-safe cast of the tab object to one of the SECTab-derived classes.
Defined in: tabctrlb.cpp
Return Value
A pointer to the specified tab.
Parameters
nTab
Index of tab to return a pointer to.
See Also