how to setup Tooltips?

SyntaxEditor for Windows Forms Forum

Posted 16 years ago by Thomas Barkholt - Assets & Purchase Coordinator, Simcorp
Version: 4.0.0282
Avatar
Hi
I need to use a devexpress super tooltip for the syntaxeditor, but the editor doesn't have a tooltip property like normal .net windows. which property should i assign the supertooltip to?

thanks.

Comments (1)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Thomas,

Well code editors typically show tips in response to what you are hovering over. We have a SyntaxEditor.ViewMouseHover event that fires when you hover over anything in the editor. In that event args, you can specify markup of what you'd like to show in a quick info tip. We don't have a general ToolTip property though.

The normal WinForms ToolTip has a SetToolTip method where you can set a tooltip value to show. Maybe that would help.


Actipro Software Support

The latest build of this product (v25.1.0) was released 12 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.