SftTree/DLL 6.5

Flyby

Softel vdm, Inc.

Defines whether flyby highlighting is enabled.

GetFlyby and SetFlyby are provided for compatibility with SftTree/DLL 6.0 and earlier only. Applications should use SFTTREE_CONTROL, iFlybyStyle instead.

C

BOOL WINAPI SftTree_GetFlyby(HWND hwndCtl);
void WINAPI SftTree_SetFlyby(HWND hwndCtl, BOOL fSet);
BOOL WINAPI SftTreeSplit_GetFlyby(HWND hwndCtl);
void WINAPI SftTreeSplit_SetFlyby(HWND hwndCtl, BOOL fSet);

C++

BOOL CSftTree::GetFlyby() const;
void CSftTree::SetFlyby(BOOL fSet = TRUE);
BOOL CSftTreeSplit::GetFlyby() const;
void CSftTreeSplit::SetFlyby(BOOL fSet = TRUE);

Parameters

hwndCtl

The window handle of the tree control.

fSet

Set to TRUE to enable flyby highlighting or FALSE to disable.

Returns

GetFlyby returns TRUE if flyby highlighting is enabled, otherwise FALSE is returned.

Comments

GetFlyby and SetFlyby are provided for compatibility with SftTree/DLL 6.0 and earlier only. Applications should use SFTTREE_CONTROL, iFlybyStyle instead.

The GetFlyby and SetFlyby functions define whether flyby highlighting is enabled.

Flyby highlighting can be useful when multiple columns without grid lines are shown.  The user receives immediate feedback when the mouse cursor moves over an item.

See Also  C/C++ API  |  CategoriesNotifications

 


Feedback / comments / error reports for this topic
© 2009 - Softel vdm, Inc. - www.softelvdm.com