public InertButton(VS2005DockPaneCaption dockPaneCaption, Bitmap image, Bitmap imageAutoHide)
 {
     this.m_dockPaneCaption = dockPaneCaption;
     this.m_image           = image;
     this.m_imageAutoHide   = imageAutoHide;
     base.RefreshChanges();
 }
Example #2
0
 public InertButton(VS2005DockPaneCaption dockPaneCaption, Bitmap image, Bitmap imageAutoHide)
     : base()
 {
     m_dockPaneCaption = dockPaneCaption;
     m_image           = image;
     m_imageAutoHide   = imageAutoHide;
     RefreshChanges();
 }
Example #3
0
 public InertButton(VS2005DockPaneCaption dockPaneCaption, Bitmap image, Bitmap imageAutoHide)
     : base()
 {
     m_dockPaneCaption = dockPaneCaption;
     m_image = image;
     m_imageAutoHide = imageAutoHide;
     RefreshChanges();
 }