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
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.
Hello Michael,
thank you for Reply.
I don't see IGEmptyContextMenuStrip on the Project i just think i can change the ContextMenuStrip with them. And thought the funktionalities as the sames. Because i change the typ of all components controls for example System.Windows.Forms.Button --> Infragistics.Win.Misc.UltraButton.
My Problem is that i don't know the Ultra class of types as System.Windows.Forms.ContextMenuStrip and System.Windows.Forms.ToolStripMenuItem.