C# Class Longkong.WinFormsUI.DockPaneCaptionVS2003

Inheritance: DockPaneCaptionBase
Datei anzeigen Open project: Longkong/Pojjaman

Private Properties

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

Protected Methods

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

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

DockPaneCaptionVS2003() protected method

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

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