C# Class ARCed.UI.VS2005AutoHideStrip

Inheritance: AutoHideStripBase
Afficher le fichier Open project: borisblizzard/arcreator

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

Méthodes protégées

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

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

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

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

OnPaint() protected méthode

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

OnRefreshChanges() protected méthode

protected OnRefreshChanges ( ) : void
Résultat void

VS2005AutoHideStrip() public méthode

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