C# Class WeifenLuo.WinFormsUI.Docking.VS2003DockPaneStrip

Inheritance: DockPaneStripBase
Afficher le fichier Open project: dockpanelsuite/dockpanelsuite

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
GetOutline ( int index ) : GraphicsPath
VS2003DockPaneStrip ( DockPane pane ) : System

Méthodes protégées

Méthode Description
CreateTab ( IDockContent content ) : DockPaneStripBase.Tab
Dispose ( bool disposing ) : void
EnsureTabVisible ( IDockContent content ) : void
GetTabBounds ( Tab tab ) : Rectangle
HitTest ( Point point ) : int
MeasureHeight ( ) : int
OnBeginDrawTab ( Tab tab ) : void
OnBeginDrawTabStrip ( ) : void
OnEndDrawTab ( Tab tab ) : void
OnEndDrawTabStrip ( ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnRefreshChanges ( ) : void

Private Methods

Méthode Description
CalculateTabs ( ) : void
CalculateTabs_Document ( ) : void
CalculateTabs_ToolWindow ( ) : void
Close_Click ( object sender, EventArgs e ) : void
DrawTab ( Graphics g, TabVS2003 tab, Rectangle rect ) : void
DrawTabStrip ( Graphics g ) : void
DrawTabStrip_Document ( Graphics g ) : void
DrawTabStrip_ToolWindow ( Graphics g ) : void
DrawTab_Document ( Graphics g, TabVS2003 tab, Rectangle rect ) : void
DrawTab_ToolWindow ( Graphics g, TabVS2003 tab, 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

CreateTab() protected méthode

protected CreateTab ( IDockContent content ) : DockPaneStripBase.Tab
content IDockContent
Résultat DockPaneStripBase.Tab

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EnsureTabVisible() protected méthode

protected EnsureTabVisible ( IDockContent content ) : void
content IDockContent
Résultat void

GetOutline() public méthode

public GetOutline ( int index ) : GraphicsPath
index int
Résultat System.Drawing.Drawing2D.GraphicsPath

GetTabBounds() protected méthode

protected GetTabBounds ( Tab tab ) : Rectangle
tab Tab
Résultat System.Drawing.Rectangle

HitTest() protected méthode

protected HitTest ( Point point ) : int
point Point
Résultat int

MeasureHeight() protected méthode

protected MeasureHeight ( ) : int
Résultat int

OnBeginDrawTab() protected méthode

protected OnBeginDrawTab ( Tab tab ) : void
tab Tab
Résultat void

OnBeginDrawTabStrip() protected méthode

protected OnBeginDrawTabStrip ( ) : void
Résultat void

OnEndDrawTab() protected méthode

protected OnEndDrawTab ( Tab tab ) : void
tab Tab
Résultat void

OnEndDrawTabStrip() protected méthode

protected OnEndDrawTabStrip ( ) : void
Résultat void

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnRefreshChanges() protected méthode

protected OnRefreshChanges ( ) : void
Résultat void

VS2003DockPaneStrip() public méthode

public VS2003DockPaneStrip ( DockPane pane ) : System
pane DockPane
Résultat System