Inheritance: DockPaneCaptionBase
コード例 #1
0
 public InertButton(VS2005DockPaneCaption dockPaneCaption, Bitmap image, Bitmap imageAutoHide)
 {
     this.m_dockPaneCaption = dockPaneCaption;
     this.m_image = image;
     this.m_imageAutoHide = imageAutoHide;
     RefreshChanges();
 }