Handling mouseDown event of a toolbar

Is it possible in current version to handle mouseDown event of a toolbar?
Thanks.

I’m not sure I understand the question, mouseDown is a virtual member of Component, so it is generally available. In some cases, like Buttons, derived classes make it protected, so you have to derive from the class to access. Sorry if I don’t understand your problem.