Inheritance: DockPaneCaptionBase
 public InertButton(VS2005DockPaneCaption dockPaneCaption, Bitmap image, Bitmap imageAutoHide)
 {
     this.m_dockPaneCaption = dockPaneCaption;
     this.m_image = image;
     this.m_imageAutoHide = imageAutoHide;
     RefreshChanges();
 }