C# Class Longkong.WinFormsUI.DockPaneCaptionBase

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Méthodes protégées

Méthode Description
DockPaneCaptionBase ( DockPane pane ) : System
MeasureHeight ( ) : int
OnRefreshChanges ( ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
RefreshChanges ( ) : void

Method Details

DockPaneCaptionBase() protected méthode

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

MeasureHeight() protected abstract méthode

protected abstract MeasureHeight ( ) : int
Résultat int

OnRefreshChanges() protected méthode

protected OnRefreshChanges ( ) : void
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void