Hi,
reading to recent posts I've learned how to create a PopupMenuTool acting as a DropDown (that can be obtained by setting "DropDownArrowStyle" to "Segmented".
Now what I'm looking for is the possibility to set two different "ToolTipTextFormatted", one for button and other for arrow. The result I'm looking for is like button "Paste" on Microsoft Word 2007.
Thank you in advance for help.
Currently, the PopupMenuTool does not support having a different tool tip between the two sections of a segmented tool. I have forwarded this post to the Developer Support Manager to create a feature request on your behalf.
is there a possibility to show a "ToolTipTextFormatted" in case of items added to a PopupMenuTool? Right now I create Button Tools in a standard way and I set "ToolTipTextFormatted", I add items to "PopupMenuTool"; but when items are displayed on Ribbon no tooltip is visible.
Hi, thank you for info. Perhaps you can suggest an alternative way to obtain such a result with actual assemblies? Thanx
You might be able to do this by handling MouseEnterElement and MouseLeaveElement on the UltraToolbarsManager. You can try to track when the mouse enters and leaves menu items and then manually show tool tips when the mouse stays over a menu item for some delay. The element hosting menu items is the PopupMenuItemUIElement.
Hi, thank you very much for suggestion.
Hello,
I have created a new feature request for you. I have sent your feature request directly to our product management team. Our product team chooses new feature requests for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time. Your reference number for this feature request is FR12453.
If you would like to follow up on your feature request at a later point, you may contact Developer Support management via email. Please include the reference number of your feature request in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
I am using Infragistics4.Win.UltraWinToolbars.v13.1.dll and not able to see the tooltip for popup menu item.
Is it implemented or do I need to handle MouseEnter, MouseLeave events?
Thanks & Regards,
PSR