|
|
|
|
|
Flyby |
Defines whether flyby highlighting is enabled.
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
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 | Categories | Notifications