In System.Windows.Forms.VisualStyles:
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.Design / ComponentEditorForm.cs
index 5221c0a96b4681d3e5f73bb1d062b9cb1c81dc0b..8ca87468e6f4f4935a3aa63d86911dfd63023156 100644 (file)
 // Authors:
 //     Dennis Hayes    (dennish@raytek.com)
 
-// NOT COMPLETE
-
 using System;
 using System.ComponentModel;
 using System.Windows.Forms;
+using System.Runtime.InteropServices;
 
 namespace System.Windows.Forms.Design {
-       [ToolboxItem(false)]
+       [ToolboxItem (false)]
+#if NET_2_0
+       [ClassInterfaceAttribute (ClassInterfaceType.AutoDispatch)]
+       [ComVisible (true)]
+#endif
        public class ComponentEditorForm : Form {
 
                [MonoTODO]