make another pass at corcompare, mostly attributes on classes/properties/events/etc
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / MenuStrip.cs
index b14f0d0691aa24e2878ca3f265a5f0bc5bd821d9..7c40a6f8bb663389443ccfb5ca4b5d331da3a162 100644 (file)
@@ -49,6 +49,7 @@ namespace System.Windows.Forms
 
                #region Public Properties
                [DefaultValue (false)]
+               [Browsable (false)]
                public bool CanOverflow {
                        get { return this.can_overflow; }
                        set { this.can_overflow = value; }