C# Class WeifenLuo.WinFormsUI.Docking.VS2003DockPaneCaption

Inheritance: DockPaneCaptionBase
Show file Open project: dockpanelsuite/dockpanelsuite

Private Properties

Property Type Description
AutoHide_Click void
Close_Click void
DrawCaption void
SetButtons void
SetButtonsPosition void

Protected Methods

Method Description
MeasureHeight ( ) : int
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void
OnRefreshChanges ( ) : void
VS2003DockPaneCaption ( DockPane pane ) : System

Private Methods

Method Description
AutoHide_Click ( object sender, EventArgs e ) : void
Close_Click ( object sender, EventArgs e ) : void
DrawCaption ( Graphics g ) : void
SetButtons ( ) : void
SetButtonsPosition ( ) : void

Method Details

MeasureHeight() protected method

protected MeasureHeight ( ) : int
return int

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnRefreshChanges() protected method

protected OnRefreshChanges ( ) : void
return void

VS2003DockPaneCaption() protected method

protected VS2003DockPaneCaption ( DockPane pane ) : System
pane DockPane
return System