C# Class Longkong.WinFormsUI.DockPaneStripVS2003

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

Private Properties

Property Type Description
CalculateTabs void
CalculateTabs_Document void
CalculateTabs_ToolWindow void
Close_Click void
DrawTab void
DrawTabStrip void
DrawTabStrip_Document void
DrawTabStrip_ToolWindow void
DrawTab_Document void
DrawTab_ToolWindow void
GetTabOriginalWidth int
GetTabOriginalWidth_Document int
GetTabOriginalWidth_ToolWindow int
GetTabRectangle System.Drawing.Rectangle
GetTabRectangle_Document System.Drawing.Rectangle
GetTabRectangle_ToolWindow System.Drawing.Rectangle
MeasureHeight_Document int
MeasureHeight_ToolWindow int
ScrollLeft_Click void
ScrollRight_Click void
SetInertButtons void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
DockPaneStripVS2003 ( DockPane pane ) : System
EnsureTabVisible ( DockContent content ) : void
GetHitTest ( Point ptMouse ) : int
GetOutlineXorPath ( int index ) : GraphicsPath
MeasureHeight ( ) : int
OnBeginDrawTab ( DockPaneTab tab ) : void
OnBeginDrawTabStrip ( ) : void
OnEndDrawTab ( DockPaneTab tab ) : void
OnEndDrawTabStrip ( ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnRefreshChanges ( ) : void

Private Methods

Method Description
CalculateTabs ( ) : void
CalculateTabs_Document ( ) : void
CalculateTabs_ToolWindow ( ) : void
Close_Click ( object sender, EventArgs e ) : void
DrawTab ( Graphics g, DockContent content, Rectangle rect ) : void
DrawTabStrip ( Graphics g ) : void
DrawTabStrip_Document ( Graphics g ) : void
DrawTabStrip_ToolWindow ( Graphics g ) : void
DrawTab_Document ( Graphics g, DockContent content, Rectangle rect ) : void
DrawTab_ToolWindow ( Graphics g, DockContent content, Rectangle rect ) : void
GetTabOriginalWidth ( int index ) : int
GetTabOriginalWidth_Document ( int index ) : int
GetTabOriginalWidth_ToolWindow ( int index ) : int
GetTabRectangle ( int index ) : Rectangle
GetTabRectangle_Document ( int index ) : Rectangle
GetTabRectangle_ToolWindow ( int index ) : Rectangle
MeasureHeight_Document ( ) : int
MeasureHeight_ToolWindow ( ) : int
ScrollLeft_Click ( object sender, EventArgs e ) : void
ScrollRight_Click ( object sender, EventArgs e ) : void
SetInertButtons ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

DockPaneStripVS2003() protected method

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

EnsureTabVisible() protected method

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

GetHitTest() protected method

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

GetOutlineXorPath() protected method

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

MeasureHeight() protected method

protected MeasureHeight ( ) : int
return int

OnBeginDrawTab() protected method

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

OnBeginDrawTabStrip() protected method

protected OnBeginDrawTabStrip ( ) : void
return void

OnEndDrawTab() protected method

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

OnEndDrawTabStrip() protected method

protected OnEndDrawTabStrip ( ) : void
return void

OnLayout() protected method

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

OnMouseMove() protected method

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

OnPaint() protected method

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

OnRefreshChanges() protected method

protected OnRefreshChanges ( ) : void
return void