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.
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