2007-05-02 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ToolStripPanel.cs
index 4e6a99014f3c60b46faf95c5173d95eba9f39c74..0341a20467b5b599179789e7234c257b7b154317 100644 (file)
@@ -36,7 +36,9 @@ using System.Collections;
 namespace System.Windows.Forms
 {
        [ComVisible (true)]
+       [ToolboxBitmap ("")]
        [ClassInterface (ClassInterfaceType.AutoDispatch)]
+       [Designer ("System.Windows.Forms.Design.ToolStripPanelDesigner, " + Consts.AssemblySystem_Design, "System.ComponentModel.Design.IDesigner")]
        public class ToolStripPanel : ContainerControl, IComponent, IDisposable, IBindableComponent, IDropTarget
        {
                private bool done_first_layout;