Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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