CMFCBaseTabCtrl::GetTabWndNoWrapper
Returns a pointer to the control that resides on a tab, even if the control has a wrapper.
virtual CWnd* GetTabWndNoWrapper(
int iTab
) const;
Parameters
- [in] iTab
The zero-based index of a tab.
Return Value
A pointer to the CWnd object that resides on the specified tab; NULL if iTab is invalid.
Remarks
This method retrieves a direct pointer to the CWnd object that you added by using either the method CMFCBaseTabCtrl::AddTab or CMFCBaseTabCtrl::InsertTab. GetTabWndNoWrapper will retrieve a pointer to the added CWnd, even if the framework added a wrapper for the object. For more information about wrappers and the CMFCBaseTabCtrl Class, see CMFCBaseTabCtrl::CreateWrapper.
Use the method CMFCBaseTabCtrl::GetTabWnd if you do not want to ignore the wrapper class.
Requirements
Header: afxbasetabctrl.h