C# Class ARCed.UI.VS2005AutoHideStrip

Inheritance: AutoHideStripBase
Show file Open project: borisblizzard/arcreator

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
VS2005AutoHideStrip ( DockPanel panel ) : System

Protected Methods

Method Description
CreateTab ( IDockContent content ) : Tab
HitTest ( Point ptMouse ) : IDockContent
MeasureHeight ( ) : int
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void
OnRefreshChanges ( ) : void

Private Methods

Method Description
CalculateTabs ( ) : void
CalculateTabs ( DockState dockState ) : void
DrawTab ( Graphics g, TabVS2005 tab ) : void
DrawTabStrip ( Graphics g ) : void
DrawTabStrip ( Graphics g, DockState dockState ) : void
GetLogicalTabStripRectangle ( DockState dockState ) : Rectangle
GetLogicalTabStripRectangle ( DockState dockState, bool transformed ) : Rectangle
GetTabOutline ( TabVS2005 tab, bool transformed, bool rtlTransform ) : GraphicsPath
GetTabRectangle ( TabVS2005 tab ) : Rectangle
GetTabRectangle ( TabVS2005 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 ) : Tab
content IDockContent
return Tab

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

OnPaint() protected method

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

OnRefreshChanges() protected method

protected OnRefreshChanges ( ) : void
return void

VS2005AutoHideStrip() public method

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