C# Class Longkong.WinFormsUI.DockPaneCaptionBase

Inheritance: System.Windows.Forms.Control
Datei anzeigen Open project: Longkong/Pojjaman Class Usage Examples

Protected Methods

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

Private Methods

Method Description
RefreshChanges ( ) : void

Method Details

DockPaneCaptionBase() protected method

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

MeasureHeight() protected abstract method

protected abstract MeasureHeight ( ) : int
return int

OnRefreshChanges() protected method

protected OnRefreshChanges ( ) : void
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void