|
Browse by Tags
All Tags » UltraToolbars » ToolClick ( RSS)
-
I need to add custom code to my application in case the user clicks on the "Close All Windows" tool in my MdiWindowList but the ToolClick event in my WinToolBar is not being triggered. Any help will be appreciated.
-
Hi Thanks in advance. If the toolclick method is not exposed and if we can’t access it? Is there any other method that we can invoke the click using .net spy on QTP ? Thanks, Kala
-
Events handler can be set up to individual tools this way: UltraToolbarManager.Toolbars["ToolbarKey"].Tools["ToolKey"].ToolClick or ToolDoubleClick or any other event available for a tool. Just make sure you don't forget to set the Key value for the toolbars and the tools. Hope...
-
I apologize if I am missing something here, but it looks like there is a single event handler for all clicks on all tools for all ultratoolbars on a form. Is this right? So I place an UltraToolBarManager control on my form, add a menu bar and a toolbar, add some menus and buttons, and then I have a giant...
Page 1 of 1 (4 items)
|
|