.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Change font in tooltip text.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
193 Views, 2 Replies
01-23-2012 08:09 PM
Does anyone know of a method to change the font inside the the tooltips generated when you hover over an object?? I have followed the tutorials from the developers specifically lab 6 which uses the point monitor event to append text to the tooltips when the aperture is hovering over an item in autocad. I would like to be able to make certain words bold but so far have not figured out how to do so. Any help would be appreciated. Thanks in advance.
Re: Change font in tooltip text.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-24-2012 09:52 AM in reply to:
Keith.Brown
According to >>this<< you need to create your own Tooltip class and a draw event. I would like to see this if you decide to do it.
Re: Change font in tooltip text.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-25-2012 08:18 AM in reply to:
fieldguy
But is there any chance to register your ToolTipDraw class to autocad for using it instead of itselfs.

