Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » QAT Question Collapse All
Subject Author Date
Mark Matthews Jan 9, 2008 - 3:18 PM

Is it possible to make controls from a form other than the one that contains the ribbon available to the quick access toolbar? For example, on your RibbonUISample, there is an options form. Can the controls on the options form be added to the quick access toolbar on the main form?

Thanks

Technical Support Jan 10, 2008 - 3:09 AM

You can do this in code by adding a reference to a control to the Ribbon.QuickAccessToolbarControls collection. But there is no support for the Add to QAT item in the context menus for these controls. The full support for adding/removing controls to/from QAT is available for in-ribbon controls only.

Mark Matthews Jan 10, 2008 - 3:58 PM

Thanks