C# Class Longkong.WinFormsUI.DockPaneCaptionVS2003

Inheritance: DockPaneCaptionBase
Afficher le fichier Open project: Longkong/Pojjaman

Private Properties

Свойство Type Description
AutoHide_Click void
Close_Click void
DrawCaption void
SetButtons void
SetButtonsPosition void

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected DockPaneCaptionVS2003 ( DockPane pane ) : System
pane DockPane
Résultat System

MeasureHeight() protected méthode

protected MeasureHeight ( ) : int
Résultat int

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnRefreshChanges() protected méthode

protected OnRefreshChanges ( ) : void
Résultat void