Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » UltraToolbars » Toolbars (RSS)
  • 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
  • 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
  • ToolBar Overflow dropdown is empty

    We are using the UltraToolsManager ver. 8.2 with the 2011 hotfix, and it seems that when our app is resized to the point where the toolbars create the overflow dropdown it does not get filled with the missing icons. Is there a property or something which controls the filling of this dropdown. Thanks...
    Posted to Forum by bjennings on 09-16-2008
  • Standard toolbar as Titlebar

    Hi, I'm trying to use the UltraToolbarsManager to create my own titlebar on a Form with FormBorderStyle = None. And I need to implement form move functionality. How can I catch MouseDown/Up/Move events on the standard toolbar I've added to the form when the user is clicking on the toolbar (Not...
    Posted to Forum by delsolo on 09-11-2008
  • UltraWinToolbars & CompositeUI err

    Hi all, I'm getting this error: An unhandled exception of type 'System.ArgumentException' occurred in Microsoft.Practices.CompositeUI.dll Additional information: UI element must be a Infragistics.Win.UltraWinToolbars.ToolBase These are my code bits: RibbonTab shellTab = new RibbonTab(UIExtensionSiteNames...
    Posted to Forum by diazpablomiguel on 09-09-2008
  • Import Tools and Toolbars problem

    I want to save a toolbar with one drop down button and import it into multiple existing Toolbar Managers. I've created a Toolbar Manager with just the toolbar that I want to save and used Load/Save Configuration to save the toolbar (try saving as binary and xml). The problem is that if I use the...
    Posted to Forum by henderjj on 09-04-2008
  • Tool height on a Toolbar. ButtonTool / PopupMenuTool

    Is there a way to force a PopupMenuTool on a Toolbar to be exactly as high as a ButtonTool (the latter is bigger)? When you have both on a Toolbar and hide the ButtonTool the toolbar shrinks because the PopupMenuTool (dropdown) is smaller and the content then resizes. This is very annoying and occurs...
    Posted to Forum by dkress on 08-07-2008
  • Re: Ribbon: ControlContainerTool resize to fit whole Ribbon area

    Hi, I found it out by myself. For those interested in doing something like this, I describe here what I did: I have set the CanCollapse Property of the respective group to false, and registered an event handler for the Resize-event of the main form of my application, which changes the width of the contained...
    Posted to Forum by herbygr on 07-25-2008
Page 1 of 1 (10 items)
Powered by Community Server (Commercial Edition), by Telligent Systems