Has anyone written a utility (VS macro, etc) to replace existing Windows Forms controls with their Infragistics' equivalent?
I found that i can generally search and replace for these items but there are some manual changes that still had to be made. It seems like this would be a good thing for infragistics to provide with the WinForms compoents utilities.
System.Windows.Forms.Button => Infragistics.Win.Misc.UltraButton System.Windows.Forms.Label => Infragistics.Win.Misc.UltraLabel System.Windows.Forms.TextBox => Infragistics.Win.UltraWinEditors.UltraTextEditor System.Windows.Forms.CheckBox => Infragistics.Win.UltraWinEditors.UltraCheckEditor System.Windows.Forms.GroupBox => Infragistics.Win.Misc.UltraGroupBox System.Windows.Forms.ComboBox => Infragistics.Win.UltraWinEditors.UltraComboEditor
radio buttons to optionset, etc.
Hi,
There's no official Infragistics utility. You should Submit a feature request to Infragistics