Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » Toolbars (RSS)
  • Clicking a tool on a toolbar programatically either in c# or TestComplete

    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...
    Posted to Forum by AaronTFoley on 11-17-2008
  • ToolbarsManager as Form Control

    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...
    Posted to Forum by mkeeton on 11-04-2008
  • Adding Context Menu in Toolbar

    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.
    Posted to Forum by sureshsimkumar on 11-03-2008
  • Get "rid of" the "single pixel horz line" when using UltraToolbar with Vista style.

    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...
    Posted to Forum by JimmyPalm on 10-27-2008
  • Events on Toolbar Tools

    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...
    Posted to Forum by systema_1099 on 10-15-2008
  • Reposition Location of Ultrawintoolbar

    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...
    Posted to Forum by knottyboy on 10-14-2008
  • Cancel a ComboBoxTool value change

    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...
    Posted to Forum by katherinet on 10-12-2008
  • Quick Questions StateButton Toogle

    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;...
    Posted to Forum by DerekTahamont on 10-03-2008
  • How to make ButtonTool to redraw when Enabled is changed

    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"...
    Posted to Forum by andrer on 09-19-2008
  • Disable hotkey on the ultratoolbar

    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?
    Posted to Forum by krish_LM on 09-18-2008
Page 1 of 2 (19 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems