Where is LVS_NOTOOLTIPS defined?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<p align=left><font face=Arial size=2></font> 
The MSDN has an entry for CListCtrl:<img alt="Tongue Tied" src="http://forums.microsoft.com/MSDN/emoticons/emotion-7.gif etToolTips where this comment appears:
<p align=left> 
<p align=left>"To use tooltips, indicate the LVS_NOTOOLTIPS style when you create the CListCtrl object."
<p align=left> 
<p align=left>First, the comment looks backwards in that it appears this would be to turn off tooltips as can be done with the tree controls TVS_NOTOOLTIPS. Actually I have not used TVS_NOTOOLTIPS but the MSDN entry for TVS_NOTOOLTIPS indicates it disables the tips (althought the CTreeCtrl:<img height=19 alt="Tongue Tied" src="http://forums.microsoft.com/MSDN/emoticons/emotion-7.gif" width=19>etToolTips documenation is just like the CListCtrl:<img height=19 alt="Tongue Tied" src="http://forums.microsoft.com/MSDN/emoticons/emotion-7.gif" width=19>etToolTips documenation in that it says to use it to get tips).
<p align=left> 
<p align=left>In any case, just where is LVS_NOTOOLTIPS defined OR how do I turn off tips on a CListCtrl?

View the full article
 
Back
Top