I have a CellToolTipTextNeeded event for my datagrid.
In there, I'm setting the tooltip text and I want to display part of that text (the word "Package") in bold:
In Visual Studio 2005 there is the tooltip control. It can have a title (bold) and the message (normal font). But you will not have the format: "Package " & vbTab & Package.Name
You can inherit from the toolitip... and design yours. (extra functionallity, etc..)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.