hi,
I' need to make and basic windows forms drawing application, something where you draw basic shapes and connect them.Is there and control in the tool-set that can help me with this?
I've looked at the igpaint example but do not seem to find the ultraImageEditor in my control-set.Is there a reason for that?
The UltraImageEditor is defined in the Infragistics.Win assembly. Though this control isn't placed in the Toolbox by default, you can certainly add it yourself as it will show up in the list of controls available by right-cliking on the Toolbox group and selecing "Choose Items". As for there being an actual toolset specifically for providing a drawing UI, there is not anything beyond what is demonstrated in the IGPaint example, as far as I am aware.
-Matt