C# Class Longkong.WinFormsUI.AutoHideStripBase

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

Private Properties

Property Type Description
GetHitTest DockContent
RefreshChanges void
SetRegion void

Protected Methods

Method Description
AutoHideStripBase ( DockPanel panel ) : System
GetHitTest ( Point point ) : DockContent
GetPanes ( DockState dockState ) : AutoHidePaneCollection
GetTabStripRectangle ( DockState dockState ) : Rectangle
MeasureHeight ( ) : int
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseHover ( EventArgs e ) : void
OnRefreshChanges ( ) : void

Private Methods

Method Description
GetHitTest ( ) : DockContent
RefreshChanges ( ) : void
SetRegion ( ) : void

Method Details

AutoHideStripBase() protected method

protected AutoHideStripBase ( DockPanel panel ) : System
panel DockPanel
return System

GetHitTest() protected abstract method

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

GetPanes() protected method

protected GetPanes ( DockState dockState ) : AutoHidePaneCollection
dockState DockState
return AutoHidePaneCollection

GetTabStripRectangle() protected method

protected GetTabStripRectangle ( DockState dockState ) : Rectangle
dockState DockState
return System.Drawing.Rectangle

MeasureHeight() protected abstract method

protected abstract MeasureHeight ( ) : int
return int

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseHover() protected method

protected OnMouseHover ( EventArgs e ) : void
e System.EventArgs
return void

OnRefreshChanges() protected method

protected OnRefreshChanges ( ) : void
return void