C# Class Longkong.WinFormsUI.DockPaneStripBase

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

Protected Methods

Method Description
DockPaneStripBase ( DockPane pane ) : System
EnsureTabVisible ( DockContent content ) : void
GetHitTest ( ) : int
GetHitTest ( Point point ) : int
GetOutlineXorPath ( int index ) : GraphicsPath
MeasureHeight ( ) : int
OnRefreshChanges ( ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
RefreshChanges ( ) : void

Method Details

DockPaneStripBase() protected method

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

EnsureTabVisible() protected abstract method

protected abstract EnsureTabVisible ( DockContent content ) : void
content DockContent
return void

GetHitTest() protected method

protected GetHitTest ( ) : int
return int

GetHitTest() protected abstract method

protected abstract GetHitTest ( Point point ) : int
point Point
return int

GetOutlineXorPath() protected abstract method

protected abstract GetOutlineXorPath ( int index ) : GraphicsPath
index int
return System.Drawing.Drawing2D.GraphicsPath

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