2007-02-23 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ToolStripRenderMode.cs
index fa27ce59458ba4b9f2958ba185cf8ea2702b07d3..a894bbb5a22f986d7e3c245d8def1a58f2f16af5 100644 (file)
 
 
 #if NET_2_0
+using System.ComponentModel;
+
 namespace System.Windows.Forms
 {
        public enum ToolStripRenderMode
        {
+               [Browsable (false)]
                Custom = 0,
+
                System = 1,
                Professional = 2,
                ManagerRenderMode = 3
        }
 }
-#endif
\ No newline at end of file
+#endif