Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns the pointer to the pane that resides on the specified tab.
virtual CWnd* GetTabWnd(
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 tab that iTab specifies. NULL if iTab is invalid.
Remarks
The returned object is the one that the application added when it called either CMFCBaseTabCtrl::AddTab or CMFCBaseTabCtrl::InsertTab.
If the object on a tab has a wrapper, this method will return the wrapper for the object. For more information about wrappers, see CMFCBaseTabCtrl::CreateWrapper. If you want to access a pointer to the direct object without the wrapper, use the method CMFCBaseTabCtrl::GetTabWndNoWrapper.
Requirements
Header: afxbasetabctrl.h