SftTree/DLL 6.5

ScrollTips

Softel vdm, Inc.

Defines whether ScrollTips are displayed during vertical scrolling.

C

BOOL WINAPI SftTree_GetScrollTips(HWND hwndCtl);
void WINAPI SftTree_SetScrollTips(HWND hwndCtl, BOOL fSet);
BOOL WINAPI SftTreeSplit_GetScrollTips(HWND hwndCtl);
void WINAPI SftTreeSplit_SetScrollTips(HWND hwndCtl, BOOL fSet);

C++

BOOL CSftTree::GetScrollTips() const;
void CSftTree::SetScrollTips(BOOL fSet = TRUE);
BOOL CSftTreeSplit::GetScrollTips() const;
void CSftTreeSplit::SetScrollTips(BOOL fSet = TRUE);

Parameters

hwndCtl

The window handle of the tree control.

fSet

Set to TRUE to display ScrollTips during vertical scrolling, otherwise set to FALSE.

Returns

GetScrollTips returns a value indicating whether ScrollTips are displayed during vertical scrolling.  TRUE is returned if ScrollTips are shown, otherwise FALSE is returned.

Comments

The GetScrollTips and SetScrollTips functions define whether ScrollTips are displayed during vertical scrolling.

If enabled, ScrollTips are displayed when the user drags the vertical scroll bar's scroll box using the mouse.  By default, the cell text of the first displayed item in the client area (see GetTopIndex) is shown as a ToolTip next to the scroll bar.  An application can override the text displayed using the ToolTips callback function SFTTREE_TOOLTIPSPROC

See Also  C/C++ API  |  CategoriesNotifications

 


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