2007-01-10 Jonathan Pobst <jpobst@novell.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ToolStripStatusLabelBorderSides.cs
index 775d9af47582e8c219a62d8a6decd5490c6f4aa2..1b490107672a8c02ad9bf840bf6c536e70ac1ec8 100644 (file)
 
 #if NET_2_0
 using System.Runtime.InteropServices;
+using System.ComponentModel;
 
 namespace System.Windows.Forms
 {
        [Flags]
        [ComVisible(true)]
+       [Editor ("System.Windows.Forms.Design.BorderSidesEditor, " + Consts.AssemblySystem_Design,
+                "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
        public enum ToolStripStatusLabelBorderSides
        {
                None = 0,
@@ -44,4 +47,4 @@ namespace System.Windows.Forms
                All = 15
        }
 }
-#endif
\ No newline at end of file
+#endif