The TOOLINFO structure contains information about a tool in a ToolTip control.
typedef struct { // ti UINT cbSize; UINT uFlags; HWND hwnd; UINT uId; RECT rect; HINSTANCE hinst; LPTSTR lpszText; } TOOLINFO, NEAR *PTOOLINFO, FAR *LPTOOLINFO;
Value |
Meaning |
TTF_IDISHWND |
Indicates that the uId member is the window handle to the tool. If this flag is not set, uId is the identifier of the tool. |
TTF_CENTERTIP |
Centers the ToolTip window below the tool specified by the uId member. |
TTF_RTLREADING |
Displays text using right-to-left reading order on Hebrew or Arabic systems. |
TTF_SUBCLASS |
Indicates that the ToolTip control should subclass the tool's window to intercept messages, such as WM_MOUSEMOVE. If not set, you need to use the TTM_RELAYEVENT message to forward messages to the ToolTip control. For a list of messages that a ToolTip control processes, see TTM_RELAYEVENT. |
file: /Techref/os/win/api/win32/struc/src/str21_23.htm, 4KB, , updated: 2000/4/7 12:20, local time: 2025/5/5 20:06,
18.225.7.106:LOG IN
|
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/Techref/os/win/api/win32/struc/src/str21_23.htm"> TOOLINFO</A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
The Backwoods Guide to Computer Lingo |
.