C# Class WeifenLuo.WinFormsUI.ThemeVS2012.VS2012DockPaneCaptionInertButton

Inheritance: WeifenLuo.WinFormsUI.Docking.InertButtonBase
Mostrar archivo Open project: dockpanelsuite/dockpanelsuite

Private Properties

Property Type Description

Public Methods

Method Description
VS2012DockPaneCaptionInertButton ( DockPaneCaptionBase dockPaneCaption, Bitmap hovered, Bitmap normal, Bitmap pressed, Bitmap hoveredActive, Bitmap active, Bitmap hoveredAutoHide = null, Bitmap autoHide = null, Bitmap pressedAutoHide = null ) : System.ComponentModel

Method Details

VS2012DockPaneCaptionInertButton() public method

public VS2012DockPaneCaptionInertButton ( DockPaneCaptionBase dockPaneCaption, Bitmap hovered, Bitmap normal, Bitmap pressed, Bitmap hoveredActive, Bitmap active, Bitmap hoveredAutoHide = null, Bitmap autoHide = null, Bitmap pressedAutoHide = null ) : System.ComponentModel
dockPaneCaption WeifenLuo.WinFormsUI.Docking.DockPaneCaptionBase
hovered System.Drawing.Bitmap
normal System.Drawing.Bitmap
pressed System.Drawing.Bitmap
hoveredActive System.Drawing.Bitmap
active System.Drawing.Bitmap
hoveredAutoHide System.Drawing.Bitmap
autoHide System.Drawing.Bitmap
pressedAutoHide System.Drawing.Bitmap
return System.ComponentModel