ARCed.UI.VS2005DockPaneCaption.InertButton.InertButton C# (CSharp) Method

InertButton() public method

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