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.
Activates the specified tab.
virtual BOOL SetActiveTab(
int iTab
) = 0;
Parameters
- [in] iTab
The zero-based index of a tab. SetActiveTab makes the tab with this index active.
Return Value
TRUE if successful; otherwise FALSE.
Remarks
In the CMFCBaseTabCtrl Class, this method is a pure virtual function. If you derive a class from CMFCBaseTabCtrl, you have to implement this function.
Requirements
Header: afxbasetabctrl.h