Hello,
Is there a way to have a PopupMenuTool not display each ButtonTool's DescriptOnMenu? I have a ButtonTool in the application menu, and in a popupmenutool (used as a context menu). I just want to show the image and caption of each button tool in the popupmenutool. Is there a property I'm missing?
Thanks,
Andrew
Hi,
I just wanted to know if you were able to solve your issue based on my suggestions or you still need help? Just let me know.
Thank you.
Hello ,
ContextMenuUltra is designed to display a context menu when the user right-clicks on a form or any of the controls contained on that form. The WinToolbarsManager™ gives you the option of using its PopUpMenu tool for this behavior once the element is added to the form. So The PopupTool should appears on the same way in the toolbar and in the context menu. What you could do in your case is to create a new PopUpMenu, with the desired appearance, to setting its visible property to false, and refer the ToolClick event of the new PopUpMenu to the equivalent of the old one, and to use it as context menu.
Please let me know if you have any further questions.