C# Class WeifenLuo.WinFormsUI.Docking.VS2012LightAutoHideStrip

Inheritance: AutoHideStripBase
Afficher le fichier Open project: DanWBR/dwsim3

Private Properties

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

Méthodes publiques

Méthode Description
VS2012LightAutoHideStrip ( DockPanel panel ) : System

Méthodes protégées

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

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

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

GetTabBounds() protected méthode

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

HitTest() protected méthode

protected HitTest ( Point ptMouse ) : IDockContent
ptMouse Point
Résultat IDockContent

MeasureHeight() protected méthode

protected MeasureHeight ( ) : int
Résultat int

OnLayout() protected méthode

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

OnMouseHover() protected méthode

protected OnMouseHover ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
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

TabHitTest() protected méthode

protected TabHitTest ( Point ptMouse ) : Tab
ptMouse Point
Résultat Tab

VS2012LightAutoHideStrip() public méthode

public VS2012LightAutoHideStrip ( DockPanel panel ) : System
panel DockPanel
Résultat System