Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

ResetSortIndicators

Removes all sort indicators from all columns.

C

void WINAPI SftTree_ResetSortIndicators(HWND hwndCtl);
void WINAPI SftTreeSplit_ResetSortIndicators(HWND hwndCtl);

C++

void CSftTree::ResetSortIndicators();
void CSftTreeSplit::ResetSortIndicators();

Parameters

hwndCtl

The window handle of the tree control.

Comments

The ResetSortIndicators function removes all sort indicators from all columns.

The sort order of the tree items is not changed. Only the visual sort indicators are removed.

See Also C/C++ API | Categories | Notifications