Browse By Tags

  • ControlContainerTool in the ApplicationMenu ToolAreaRight

    Hi, I am trying to put a ControlContainerTool in the ApplicationMenu ToolAreaRight of my app with this code: ControlContainerTool ListTool = new ControlContainerTool("ListTool"); ListTool .Control = listControl; AppToolbar.Tools.Add( ListTool…
  • ApplicationMenu2010.DropDown() Get NullReferenceException

    when the code run to "  ultraToolbarsManager1.Ribbon.ApplicationMenu2010.DropDown(); "

    get the NullReferenceException ,the details are:

     

    System.NullReferenceException was unhandled by user code
      Message=Object reference not set to an instance…

  • KeyTip not showing at first on PopupMenuTool

    We have a UltraToolbarManager ribbon with a PopupMenuTool on it.

    This PopupMenuTool has several ButtonTools on it.

    The ribbon and the PopupMenuTool and the ButtonTools all have thier [toolbase].InstanceProps.KeyTip properties set to unique letters…

  • ultratoolbar crash - application menu ToolArea Right

    Hi ,

           I am trying to add buttons to the Ribbon's app menu in the Right Tool Area. Basically, I need to populate it with my Most Recently Used Files List.  When I add buttons there through the designer, it works fine. But when I add tools at run time (coded…

  • ApplicationMenu ToolTipTextFormatted image?

    When I add an image to the Ribbon - ApplicationMenu - ToolTipTextFormatted with the "Edit Formatted Text" dialog it adds the following code in the raw view after browsing out to an image file:

    <img style="width:100px; height:108px; padding…

  • Recent Documents as Office 2007

     Hi,

     

    Im trying to make something like the list of Recent Documents of Office 2007 Suite, with index shortcut, description (multicolumn if possible) and a pin button (or any custom button/control). Something like it seems at this image:

     

    Office 2007 Recent Documents

     

    There is any easy…

  • How to set focus /select disabled toolbar / menu items

    Hi all,

    We need to support an accessibility feature that disabled menu / toolbar items can still be focused / selected in our application. So people with eyesight problems can still use our application by couting numbers of steps.

    Does IG Windows Forms…

  • WinForms Ribbon App Menu Closes On Click

    Hi,

    This is a 2 part question:

    1) It seems that whenever I click on a PopupControlContainerTool in the application menu it closes the application menu. This differs from old file menu's. Ie, a user would expect File->New + click to just open the new…

  • How to Programatically Display the Application Menu

    I need to be able to programatically display the Application Menu.  For example, when the app first starts so that the user discovers that it is there.

     Is there a way to do this?

     Greg

  • Pin items in ToolAreaRight of Application Menu

    Hi,

     I am implementing a recent documents list using the Ribbon and I would like to be able to "pin" recent items, just like you can in MS Word 2007.

    I would also like to put use an Image on each item, but when I set the Image property of the…

  • Toolbar items alignment

    hi,

    is it possible to align elements on a toolbar (i want to have some toolbarbuttons left aligned on the toolbar and a textbox as searchbox on the right side)?? or do i have to create a second toolbar!?

     kr
    Burkhard