make another pass at corcompare, mostly attributes on classes/properties/events/etc
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / Panel.cs
index bfc56f3e15f8ea1eaab70ea8175b54a742179e2c..b7576c2c1ac6d26fbe8d47583897a3c96aa2a0a8 100644 (file)
@@ -35,6 +35,11 @@ namespace System.Windows.Forms {
        [DefaultProperty("BorderStyle")]
        [DefaultEvent("Paint")]
        [Designer ("System.Windows.Forms.Design.PanelDesigner, " + Consts.AssemblySystem_Design, "System.ComponentModel.Design.IDesigner")]
+#if NET_2_0
+       [Docking (DockingBehavior.Ask)]
+       [ClassInterface (ClassInterfaceType.AutoDispatch)]
+       [ComVisible (true)]
+#endif
        public class Panel : ScrollableControl {
                #region Constructors & Destructors
                public Panel () {