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
115
ContextMenuStrip IGEmptyContextMenuStrip
posted

Hey,

i convert my projekt tu use the new Infragistics 17.2 and have change some Field.

System.Windows.Forms.TextEditor to Infragistics.Win.UltraWinEditors.UltraTextEditor ...

System.Windows.Forms.ContextMenuStrip to Infragistics.Win.IGEmptyContextMenuStrip

I am not sur for this Schange: ystem.Windows.Forms.ContextMenuStrip to Infragistics.Win.IGEmptyContextMenuStrip

is that okay?

thank for reply

Parents
  • 29105
    Offline posted

    Hello Brigitte, 

    IGEmptyContextMenuStrip is a sealed class, something of which shouldn't be dealt with in your project. I would try isolating the behavior with a simple project and try and upgrade it.

    Describe your project, are you using derived context menus in a way that would interfere with our assemblies?

    Do you see IGEmptyContextMenuStrip referenced anywhere in your project. I wouldn't expect you to see it. 

    We would likely need a sample project isolating the behavior. 

Reply Children