|
Browse by Tags
All Tags » Toolbars ( RSS)
-
I've been using TestComplete to automate some tests and have ran into an issue trying to click on tools on a toolbar. My current method involves getting the X/Y of the tool and positioning the mouse over it to click it. I've done some searching on the net and found some references to a ClickToolbarTool...
-
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...
-
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.
-
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...
-
I have a PopupMenuTool with a StateButtonTool and a TextBoxTool. Both Tools are set with data when I click anywhere on the grid: DataObject data = ... ((TextBoxTool)bmMain.Tools["ParameterSet.Name"]).Text = data.Name; ((StateButtonTool)bmMain.Tools["ParameterSet.DefaultSet"]).Checked...
-
Geeks, Is there any way we can move the UltraWintoolbar location, when i see the running instance the toolbar is moved to different location ((Infragistics.Win.UltraWinToolbars.IKeyTipProvider.Location = {X = 428 Y = 69}),), but there is no API which will respoition the location of the toolbar. Any help...
-
I have a ComboBoxTool in my toolbar which is used to filter the items that appear in a grid in my view. If the user goes to change the selected filter value and there are unsaved changes in the view, I want to show a message box and ask the user if they want to continue without saving or if they want...
-
Some days the easy stuff just aint so easy. :) I just can't seem to get to the property for toogling the statebutton (ie checked). I'm using the ribbon mode, I have a group with a statebutton. In code i'm trying to find the "checked" property. utmToolbar.Tool[44].checked = false;...
-
Hello, I need to enable a toolbar button in run-time. The button is invisible and disabled at the time when the toolbar is created. The code makes it enabled but the button is not re-drawn at the enabled state: ButtonTool save = (ButtonTool)ultraToolbarsManager1.Toolbars["toolbar"].Tools["Save"...
-
I have a Save button in the MdiChild form whose shortcut is set as ALT+S. But when i press Alt button focus goes to toolbar and hence pressing S button is not firing Save_Click event. Is there any property in ultratoolbar to disable hotkey feature?
|
|