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
104
Ultratoolbarsmanager: Tool click code-base
posted

HI at all,

How can I fire the click event of a tool from the Ultratoolbar manually by code?
I read something about a "perform default action" thing somewhere, but can't remember.
I thought about one of the following ways:
Toolbarsmanager.tools("button").performaction ... or ... eventmanager.event("click").activate()
OR OTHERWISE Toolbarsmanager_Toolsclick(me, [set eventargs to buttontool])

But I don't find any way to do this. 

On the second way I don't know how to set/create the eventargs manually to raise the toolsclick event properly.

Have anybody a solution for this?

Thanks