Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

FlybyIndex

Returs the index of the highlighted item for flyby highlighting.

C

int WINAPI SftTree_GetFlybyIndex(HWND hwndCtl);
int WINAPI SftTreeSplit_GetFlybyIndex(HWND hwndCtl);

C++

int CSftTree::GetFlybyIndex() const;
int CSftTreeSplit::GetFlybyIndex() const;

Parameters

hwndCtl

The window handle of the tree control.

Returns

GetFlybyIndex returns the zero-based index of the highlighted item for flyby highlighting. The value -1 is returned if no item is highlighted.

Comments

This could be used to update applicaction-specific status information outside of the tree control as the mouse cursor hovers over tree items.

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