Hello,
I am using version 7.3...when you right click on a form's title bar (a form that is using a ultra toolbar manager) it brings up the Restore / Minimize ? maximize / etc context menu...now when you RIGHT click on Restore (or any context menu item for that matter) it brings up the Quick Access Context menu (Show Quick Access Toolbar Below the Ribbon / Minimize the Ribbon) when it should just restore the form, either on a left click or right click (Like any Office 2007 application).
Is there a way around this ?
Thanks for all the help,
Andrew
Sorry. I completely forgot to answer your question. You can prevent the context menu from appearing when you right-click on the system menu items by handling the BeforeToolbarListDropdown event of the toolbars manager with the following code:
if ( e.Tool != null && e.Tool.GetType().Name == "SystemActionTool" ) e.Cancel = true;
However, this will not allow the right-click to activate the menu item. It will just prevent the context menu from appearing.
This is a bug. I would recommend submitting the issue to the support group: http://es.infragistics.com/gethelp.