SECTab::m_pClient
CObject* SECTab::m_pClient
This member maintains a pointer to the client of this tab. Generally, this will be a CWnd object which should be displayed when this tab is selected. However, its tab is irrelevant to the SECTab and SECTabControl class, so you can associate any kind of client with tabs you like.
See Also