Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3914
ToolClick event not firing on PopupMenuTool
posted

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

Parents
  • 6158
    Verified Answer
    Offline posted

    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

Reply Children
No Data