CBaseTabbedPane::GetPaneList
Returns a list of panes that are contained in the tabbed pane.
virtual void GetPaneList(
CObList& lst,
CRuntimeClass* pRTCFilter = NULL
);
Parameters
[out] lst
A CObList that is filled with the panes that are contained in the tabbed pane.[in] pRTCFilter
If it is not NULL, the returned list contains only panes that are of the specified runtime class.
Requirements
Header: afxbasetabbedpane.h