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
140
ultrastatusbar - getting events from controls in a controlcontainer
posted

Greetings,

How can I get the double click events for a control in a controlcontainer panel for the ultrastatusbar?

I'm using Ingragistics winforms 9.2 and have an ultrastatusbar with a controlcontainer panel where I have loaded a custom control that was created in house.  I'd like to eventually display a context menu, but for now am trying to get the double click event.  The double click event handler is not called.  It is called if I hook it up to the paneldoubleclick event, but it is only called for the text panel that I have on the statusbar.  

thank you.

laurie

  • 469350
    Suggested Answer
    Offline posted

    Hi laurie,

    I can't see why the StatusBar should stop events from firing on the contained control. Does it work if you simply place the same control on a form outside of the StatusBar?

    Do any other events have a problem, like MouseDown or MouseUp?