name of Dialog shown by ImageEditor
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, does anyone know if the dialog shown by the ImageEditor (where you can also select Images from your resource-files) in Visual Studio is available as a class somewhere...I would like to invoke it directly without the ImageEditor class used as argument for the EditorAttribute...I tried already to use ImageEditor.EditValue directly (in a method invoked at design-time) but nothing happens. Thank you