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?
Hi,
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”
Just checking to see if you have any follow-up questions.
Please let me know if I can be of further assistance.
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.