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
Ok, thanks for clarifying.
Hello Michael,
Are you trying to migrate System.Windows controls to our controls?
Yes and thank you for the documentation.
Hello Brigitte,
Are you trying to migrate System.Windows controls to our controls? If so it's much easier to use the designer. Set the old controls visibility to hidden (temporarily) drop our controls from the toolbox that you want to use and migrate the logic. Once you've confirmed that our controls are working properly then you can delete the old controls.
I would look at our online documentation for a list of assemblies/controls
https://ko.infragistics.com/help/winforms/win-windows-forms-assemblies
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.
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.