C# Class ARCed.UI.VS2005DockPaneCaption.InertButton

Inheritance: InertButtonBase
Show file Open project: borisblizzard/arcreator

Private Properties

Property Type Description

Public Methods

Method Description
InertButton ( VS2005DockPaneCaption dockPaneCaption, Bitmap image, Bitmap imageAutoHide ) : System

Protected Methods

Method Description
OnRefreshChanges ( ) : void

Method Details

InertButton() public method

public InertButton ( VS2005DockPaneCaption dockPaneCaption, Bitmap image, Bitmap imageAutoHide ) : System
dockPaneCaption VS2005DockPaneCaption
image System.Drawing.Bitmap
imageAutoHide System.Drawing.Bitmap
return System

OnRefreshChanges() protected method

protected OnRefreshChanges ( ) : void
return void