2007-08-28 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ImplicitHScrollBar.cs
index cd3345f914ccf5205cf51d9d66c5f39be84f0e79..babf144047f2a11f1782dedef0476cdf3b88c41d 100644 (file)
@@ -40,6 +40,7 @@ namespace System.Windows.Forms {
 
                public ImplicitHScrollBar ()
                {
+                       implicit_control = true;
                        SetStyle (ControlStyles.Selectable, false);
                }
        }