SEC3DTabControl::GetTabPtr

SEC3DTab*SEC3DTabControl::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: tabctrl3.cpp

Return Value

A pointer to the specified tab.

Parameters

nTab

Index of tab to return a pointer to.

See Also

GetTab

SEC3DTabControl