PropertyGrid FolderNameEditor
-
I'm trying to use the FolderNameEditor in a property grid. Like this: [Editor(typeof(System.Windows.Forms.Design.FolderNameEditor), typeof(System.Drawing.Design.UITypeEditor))] But it seems that FolderNameEditor is not in that namespace. Although all the documentation that I've seen says that it is. I'm using VS2005 and the 2.0 framework. Can someone tell me where this editor is?
-
I'm trying to use the FolderNameEditor in a property grid. Like this: [Editor(typeof(System.Windows.Forms.Design.FolderNameEditor), typeof(System.Drawing.Design.UITypeEditor))] But it seems that FolderNameEditor is not in that namespace. Although all the documentation that I've seen says that it is. I'm using VS2005 and the 2.0 framework. Can someone tell me where this editor is?
Hi, you must add a reference to the system.design.dll file in your project.
Best regards, Nicolas Cadilhac Smart PropertyGrid.Net @ VisualHint Microsoft PropertyGrid Resource List Free PropertyGrid for MFC Smart FieldPackEditor.Net / DateTimePicker