C# Class WeifenLuo.WinFormsUI.Docking.VS2012LightAutoHideStrip

Inheritance: AutoHideStripBase
Show file Open project: DanWBR/dwsim3

Private Properties

Property Type Description
CalculateTabs void
CalculateTabs void
DrawTab void
DrawTabStrip void
DrawTabStrip void
GetLogicalTabStripRectangle System.Drawing.Rectangle
GetLogicalTabStripRectangle System.Drawing.Rectangle
GetTabOutline System.Drawing.Drawing2D.GraphicsPath
GetTabRectangle System.Drawing.Rectangle
GetTabRectangle System.Drawing.Rectangle
GetTransformedRectangle System.Drawing.Rectangle
RtlTransform System.Drawing.Rectangle

Public Methods

Method Description
VS2012LightAutoHideStrip ( DockPanel panel ) : System

Protected Methods

Method Description
CreateTab ( IDockContent content ) : AutoHideStripBase.Tab
GetTabBounds ( Tab tab ) : Rectangle
HitTest ( Point ptMouse ) : IDockContent
MeasureHeight ( ) : int
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnMouseHover ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnRefreshChanges ( ) : void
TabHitTest ( Point ptMouse ) : Tab

Private Methods

Method Description
CalculateTabs ( ) : void
CalculateTabs ( DockState dockState ) : void
DrawTab ( Graphics g, TabVS2012Light tab ) : void
DrawTabStrip ( Graphics g ) : void
DrawTabStrip ( Graphics g, DockState dockState ) : void
GetLogicalTabStripRectangle ( DockState dockState ) : Rectangle
GetLogicalTabStripRectangle ( DockState dockState, bool transformed ) : Rectangle
GetTabOutline ( TabVS2012Light tab, bool transformed, bool rtlTransform ) : GraphicsPath
GetTabRectangle ( TabVS2012Light tab ) : Rectangle
GetTabRectangle ( TabVS2012Light tab, bool transformed ) : Rectangle
GetTransformedRectangle ( DockState dockState, Rectangle rect ) : Rectangle
RtlTransform ( Rectangle rect, DockState dockState ) : Rectangle

Method Details

CreateTab() protected method

protected CreateTab ( IDockContent content ) : AutoHideStripBase.Tab
content IDockContent
return AutoHideStripBase.Tab

GetTabBounds() protected method

protected GetTabBounds ( Tab tab ) : Rectangle
tab Tab
return System.Drawing.Rectangle

HitTest() protected method

protected HitTest ( Point ptMouse ) : IDockContent
ptMouse Point
return IDockContent

MeasureHeight() protected method

protected MeasureHeight ( ) : int
return int

OnLayout() protected method

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

OnMouseHover() protected method

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

OnMouseLeave() protected method

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

OnPaint() protected method

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

OnRefreshChanges() protected method

protected OnRefreshChanges ( ) : void
return void

TabHitTest() protected method

protected TabHitTest ( Point ptMouse ) : Tab
ptMouse Point
return Tab

VS2012LightAutoHideStrip() public method

public VS2012LightAutoHideStrip ( DockPanel panel ) : System
panel DockPanel
return System