Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
SetContextMenuUltra - determine when the context menu is open
posted
I have a form that sets a context menu that is created at design time. Form_load event: ultraToolbarsManager.SetContextMenuUltra(mycontrol, "popupToolKey"); i need to be able to tell when the context menu is open. i have tried ((Infragistics.Win.UltraWinToolbars.PopupMenuTool)ultraToolbarsManager.Tools["CylinderViewRightClick"]).IsOpen and this always returns false (PS, i wasnt sure where to post this... sorry if it is in an incorrect spot) Thanks for any help, Brandon