I'd like to add a context menu to a particular ButtonTool on a toolbar. I'd like to do this programatically.
I've been stuck because it appears that there's no way to use the ultraToolbarsManager1:SetContextMenuUltra method with a ButtonTool…
The first time we launch our application, everything works fine. We then log out of our application and re login (application is not being shutdown).
When we're logged in again, right clicking on a ribbon shows the context menu but blocks clicking on…
Hello,
Please let me know how to customize the ContextMenu of QuickAccessToolbar (under Ribbon of UltraToolbarsManager), so that the buttons "Show Below the Ribbon" and "Minimize the Ribbon" could be removed(or hidden, atleast) from the…
Here's the scenario.
On a Windows form I have some editor controls (UltraTextEditor, UltraNumericEditor, etc.). On this form I have two ToolbarManagers. I have the ContextMenu on ToolbarManager1 property on the editors set at design time…
I have a UltraTextEditor (txtShouldShow) with its ContextmenuUltra set to a popmenu created and set in design mode. Other UltraTextEditors have (none) for this and none for normal context menu. These controls sit on an UltraPanel which sits on an UltraTab…
I am using a FormLayoutPanel and am dynamically creating UltraCheckEditors.
I am setting a context menu ultra to eac of those that is the same context menu.
However, I need to know when the user clicks the menu item, which control they were on when…
how do i create a context menu that will show on a right click. I want this to clear the item selected when clicked.
Is there a way I can display all tools displayed in toolbar, in context menu? Basically I am trying to duplicate toolbar items in a context menu.
Thanks in advance
-Se
I have a popupMenuTool acting as a Context Menu that has a couple of nested popupMenuTools in it, one of the nested poup menus has a PopupControlContainer tool in it. I'm listening to an event on the embedded control and then closing the popupControlContainer…
Hai All,
I m using Ultratoolbar in my mdi form. I am using a context menu in that toolbar. I want to add the details of that context menu to ultratoolbar on its selection. I tried but it shows the error. Pls give the instructions.
Hi,
I have an UltraToolbarsManager on my main form, and on an MDI child form as well. On the main menu, i have an Edit PopupTool, and on the child form I add items to the Edit popup. i want to run some code (in the MDI child) every time the Edit menu…
I'm using the WinDockManager along with the ToolbarManager.We want to have one of the docked controls to have the ability to go full screen. I'd already implemented this by creating a new form that was full screen and setting the control's parent to be…