Browse By Tags

  • How to Hide Tool Area Right of Application Menu(Office 2007 UI i.e. Ribbon Look) ?

    Hi: My Application Menu has only 1 tool, and i would like to hide Tool Right Side Area of Application Menu (Gray Area) as it is looking awkward as i don't have anything to display on it. We tried below settings to hide ToolAreaRight, but it is…
  • How to add image ---- "Ribbon StartButton"

    I am useing UltraToolbarsManager  to get the Office 2007 Ribbon.

    How to add image or text  to here?

      

     

  • Ribbon Bug Report

    I've just installed the most recent hot fixes for the ultra Tool bar manager dated from 27 march to see if it fixes the problem, and it doesn't.

     

    The problem I'm expiriancing is with the tooltip on the application menu (Or whatever it is called…

  • Refreshing the ribbon's default serialization key

    I am serializing the state of my ribbon control on my ultraToolbarsManager.  To do this, under Serialization I am checking Save Settings.  Everything works fine until I make a change to the control at design time.  When I run the project it loads the old serialized…

  • How to Create Dynamic Ribbion controls in a Tab

    Hii.

     I want to know how can i create a Dynamic Ribbion Control on a particular Tab or Group using the SQL Server.

    Can any1 help me out in this issue..

  • Enable tool items when trying to implement formatting on the RTF control.

     I would like to enable my toolbar when i select a portion of text on RTF and try to click on dropdown list to implement some special custom formatting. 

    I have implemented GotFocus/LostFocus on RTF control to enable/disable few of the RTF-control…

  • Control box in ribbon.

    Greetings,

    I am doing a custom control with the ribbon, and then add the custom control to a winForm. My form have the controlBox property to false to avoid the standard blue markee. Is there a way to include the controlbox buttons to the ribbon? and make…

  • Problems with button caption

    I'm having a problem with writing an ellipsis ("...") as part of the caption of a button.  Simply put, I've created a button with the caption

    "Save page as..."

    Now, when I put this button in the ribbon application menu (the…

  • Pin Item In Recently Used List

    I am trying to implement a recently used list in the ApplicationMenu just like Office 2007.  I have figured out how to populate the list and how to set an image.  I have not figured out how to pin the item to the list.  In Office, the user can click on an…

  • Separators In ApplicationMenu

    How do I get separators in the ApplicationMenu?  I played around with the BeginGroup property, but didn't see any change on the screen.