C# Class WeifenLuo.WinFormsUI.Docking.VS2003DockPaneCaption

Inheritance: DockPaneCaptionBase
Afficher le fichier Open project: dockpanelsuite/dockpanelsuite

Private Properties

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

Méthodes protégées

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

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

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

VS2003DockPaneCaption() protected méthode

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