C# Class ARCed.UI.VS2005DockPaneCaption

Inheritance: DockPaneCaptionBase
Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
VS2005DockPaneCaption ( DockPane pane ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
MeasureHeight ( ) : int
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void
OnRefreshChanges ( ) : void
OnRightToLeftChanged ( EventArgs e ) : void

Private Methods

Méthode Description
AutoHide_Click ( object sender, EventArgs e ) : void
Close_Click ( object sender, EventArgs e ) : void
DrawCaption ( Graphics g ) : void
Options_Click ( object sender, EventArgs e ) : void
SetButtons ( ) : void
SetButtonsPosition ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

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

OnRightToLeftChanged() protected méthode

protected OnRightToLeftChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

VS2005DockPaneCaption() public méthode

public VS2005DockPaneCaption ( DockPane pane ) : System
pane DockPane
Résultat System