Share

CAcTcUiCatalogView::SetItemOrder

C++

BOOL SetItemOrder(
    const AcTcCatalogItemArray& items
);

Description

This method rearranges the order of the items in the view. The order is stored in the user's profile file, which stores all of the UI settings for a user. The original order of the items in the catalog is not affected by this method.

If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.

Parameters

Parameters Description
items Input array containing the catalog items in the order in which they should be arranged in the view

Links

CAcTcUiCatalogView Class

Was this information helpful?