Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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