|
Browse by Tags
All Tags » UltraToolbarsManager ( RSS)
-
Hi, I'm hoping someone can help with an issue I'm having with the ToolbarManager Ribbons. We are developing an MDI application and have a common ToolbarManager control on the parent MDI form. We also have a child form which uses the UltraTabControl and would like to enable and disable a specific...
-
I'm creating a WinForm using an UltraToolbarsManager and using VB.net I've created the Toolbar with both combo boxes and text boxes and also a Button. I'm able to populate the combo boxes with a value list of the options I want to give the user. When the user clicks the button on the toolbar...
-
I am wondering if there is cache or something I keep getting wierd behaviour from the toolbar. I have 4 buttons on a generic control. I add the control to a form. depends on which form the control is added I either hide 2 buttons or show all 4. I had all 4 buttons showing. Then added the functionality...
-
I currently set various properties of controls on my forms (such as BackColor) by cycling through the Controls collection of the form and checking the type of each control in order to know which property to set. This currently works really well for most controls, most prominently the UltraGroupBox and...
-
I have a popupMenuTool in a ribbon with several state buttons associated as "drop down items". The usability story I'm developing is when a user performs a certain action in the application, and none of the state buttons are "Checked", I want to show the drop down instead of performing...
-
1. I have two (2) UltraToolbars that are both docked at the top of a panel. 2. I use the Vista style for the UltraToolbar manager Here is the code private void Form1_Load( object sender, EventArgs e) { UltraToolbarsDockArea _pnlBackground_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars...
-
In our application we have RibbonTabItemToolbar_PopupMenuTools we can able to record the Click operation on PopupMenuTool syntax is SwfWindow("XX").SwfToolbar("SwfToolbar").DropDownTabItemToolbarTool "RibbonTabItemToolBarName" SwfWindow("XX").SwfToolbar("SwfToolbar"...
-
Hello, I created a toolbar manager and put dynamically groups and items on it. but when the mouse is over it it cause an error : System.NullReferenceException:. ב- Infragistics.Win.UltraWinToolbars.SharedProps.get_ShortcutString() ב- Infragistics.Win.UltraWinToolbars.UltraToolbarsManager.DisplayToolTip...
-
Is there a way to display the RibbonTabs right-justified on the ribbon? and the RibbonGroups within a RibbonTab? Thanks
-
I tried to get the following but did not find the right set of properties to modify. I have a Windows forms application with an UltraToolbarsManager which displays a Ribbon with all its RibbonTabs collapsed. When the user clicks on a tab caption and that tab is displayed, I would like to display that...
|
|