CMFCBaseTabCtrl::SetTabsOrder
Arranges the tabs in the specified order.
BOOL SetTabsOrder(
const CArray<int,int>& arOrder
);
Parameters
- [in] arOrder
An array of zero-based indexes that defines the new tab order.
Return Value
TRUE if successful; FAIL otherwise.
Remarks
The size of the arOrder array must be equal to the number of tabs in the tab control.
Requirements
Header: afxbasetabctrl.h