C# Class Longkong.WinFormsUI.AutoHideStripVS2003

Inheritance: AutoHideStripBase
显示文件 Open project: Longkong/Pojjaman

Private Properties

Property Type Description
AutoHideStripVS2003 System
CalculateTabs void
CalculateTabs void
DrawTab void
DrawTabStrip void
DrawTabStrip void
GetLogicalTabStripRectangle System.Drawing.Rectangle
GetLogicalTabStripRectangle System.Drawing.Rectangle
GetTabRectangle System.Drawing.Rectangle
GetTabRectangle System.Drawing.Rectangle
GetTransformedRectangle System.Drawing.Rectangle

Protected Methods

Method Description
AutoHideStripVS2003 ( DockPanel panel ) : System
GetHitTest ( Point ptMouse ) : DockContent
MeasureHeight ( ) : int
OnBeginDrawTab ( AutoHideTab tab ) : void
OnEndDrawTab ( AutoHideTab tab ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void
OnRefreshChanges ( ) : void

Private Methods

Method Description
AutoHideStripVS2003 ( ) : System
CalculateTabs ( ) : void
CalculateTabs ( DockState dockState ) : void
DrawTab ( Graphics g, AutoHideTabVS2003 tab ) : void
DrawTabStrip ( Graphics g ) : void
DrawTabStrip ( Graphics g, DockState dockState ) : void
GetLogicalTabStripRectangle ( DockState dockState ) : Rectangle
GetLogicalTabStripRectangle ( DockState dockState, bool transformed ) : Rectangle
GetTabRectangle ( AutoHideTabVS2003 tab ) : Rectangle
GetTabRectangle ( AutoHideTabVS2003 tab, bool transformed ) : Rectangle
GetTransformedRectangle ( DockState dockState, Rectangle rect ) : Rectangle

Method Details

AutoHideStripVS2003() protected method

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

GetHitTest() protected method

protected GetHitTest ( Point ptMouse ) : DockContent
ptMouse Point
return DockContent

MeasureHeight() protected method

protected MeasureHeight ( ) : int
return int

OnBeginDrawTab() protected method

protected OnBeginDrawTab ( AutoHideTab tab ) : void
tab AutoHideTab
return void

OnEndDrawTab() protected method

protected OnEndDrawTab ( AutoHideTab tab ) : void
tab AutoHideTab
return void

OnLayout() protected method

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnRefreshChanges() protected method

protected OnRefreshChanges ( ) : void
return void