I have a popup menu tool that displays an option set. Is it possible to have the tool tip for the popup menu tool display the key of the checked option?
None at all, thank you. Your suggestion worked fine. I just decided I had made a bad UI design choice and changed the toolbar control to a combobox.
Thanks for your help.
Hi,
Just checking to see if you have any follow-up questions.
Please let me know if I can be of further assistance.
I think you’d want to use a selected or click event of your control to set the value of your popupMenuTool tooltip.
popupMenuTool1.SharedProps.ToolTipText = “item selected”