Hi,
I ma using UltraToolbarsManager's PopupMenuTool as ContexMenu. This PopupMenuTool has a bunch of buttons, PopupMenuTools, etc. The PopupMenuTool items in the context menu does not seem to be firing ToolClick event.
Thanks
Sangeetha
Thank You Chris for your reply. Very nice explanation.
I set the DropDownArrowStyle to Segmented to achieve what I want.
Hello Sangeetha,
Tools derived from PopupToolBase (including PopupMenuTool) do not fire the ToolClick event unless their DropDownArrowStyle property is set to Segmented or SegmentedStateButton. Instead, they fire the BeforeToolDropDown and AfterToolDropDown events.
Let me know if I can be of any further assistance regarding this issue.
Thanks,
Chris