Showing tooltip in GoContextMenu in C#

We are using GoContextMenu as part of our product. Now we got requiement to show the tooltip for these conext menu items. Is there a way to show toolip for menu item?

You will need to be using GoDiagram Win 6.1 or later.

GoDiagram Win 6.1 upgraded GoContextMenu to use ToolStripMenuItem, which is new as of .Net Framework 2.0 and DOES include the “ToolTipText” property.

Also specify ShowItemToolTips = True on the MenuStrip control.