C# Class Longkong.WinFormsUI.DockPaneStripVS2003

Inheritance: DockPaneStripBase
Afficher le fichier Open project: Longkong/Pojjaman

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 protégées

Méthode 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

Méthode 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 méthode

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

DockPaneStripVS2003() protected méthode

protected DockPaneStripVS2003 ( DockPane pane ) : System
pane DockPane
Résultat System

EnsureTabVisible() protected méthode

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

GetHitTest() protected méthode

protected GetHitTest ( Point ptMouse ) : int
ptMouse Point
Résultat int

GetOutlineXorPath() protected méthode

protected GetOutlineXorPath ( int index ) : GraphicsPath
index int
Résultat System.Drawing.Drawing2D.GraphicsPath

MeasureHeight() protected méthode

protected MeasureHeight ( ) : int
Résultat int

OnBeginDrawTab() protected méthode

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

OnBeginDrawTabStrip() protected méthode

protected OnBeginDrawTabStrip ( ) : void
Résultat void

OnEndDrawTab() protected méthode

protected OnEndDrawTab ( DockPaneTab tab ) : void
tab DockPaneTab
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