Hi all,
I have a PropertyEditor object and I want to draw a representation of the value of the object by using PaintValue method:
propertyEditor.Source.Editor.PaintValue
the problem is that PaintValue needs to be passed a System.Drawing.Design.PaintValueEventArgs and I don't know how to build it.
Any ideas?