C# 클래스 WeifenLuo.WinFormsUI.ThemeVS2010.VS2010AutoHideStrip

상속: AutoHideStripBase
파일 보기 프로젝트 열기: dockpanelsuite/dockpanelsuite

Private Properties

프로퍼티 타입 설명
CalculateTabs void
CalculateTabs void
DrawTab void
DrawTabStrip void
DrawTabStrip void
GetBorderRectangle System.Drawing.Rectangle
GetTabOutline System.Drawing.Drawing2D.GraphicsPath
GetTabRectangle System.Drawing.Rectangle
GetTextRectangle System.Drawing.Rectangle
RtlTransform System.Drawing.Rectangle

공개 메소드들

메소드 설명
GetLogicalTabStripRectangle ( DockState state ) : Rectangle
VS2010AutoHideStrip ( DockPanel panel ) : System

보호된 메소드들

메소드 설명
CreateTab ( IDockContent content ) : AutoHideStripBase.Tab
GetTabBounds ( Tab tab ) : Rectangle
HitTest ( Point point ) : IDockContent
MeasureHeight ( ) : int
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnRefreshChanges ( ) : void
TabHitTest ( Point ptMouse ) : Tab

비공개 메소드들

메소드 설명
CalculateTabs ( ) : void
CalculateTabs ( DockState dockState ) : void
DrawTab ( Graphics g, TabVS2010 tab ) : void
DrawTabStrip ( Graphics g ) : void
DrawTabStrip ( Graphics g, DockState dockState ) : void
GetBorderRectangle ( Rectangle tab, DockState state, int width ) : Rectangle
GetTabOutline ( TabVS2010 tab, bool rtlTransform ) : GraphicsPath
GetTabRectangle ( TabVS2010 tab ) : Rectangle
GetTextRectangle ( Rectangle tab, DockState state ) : Rectangle
RtlTransform ( Rectangle rect, DockState dockState ) : Rectangle

메소드 상세

CreateTab() 보호된 메소드

protected CreateTab ( IDockContent content ) : AutoHideStripBase.Tab
content IDockContent
리턴 AutoHideStripBase.Tab

GetLogicalTabStripRectangle() 공개 메소드

public GetLogicalTabStripRectangle ( DockState state ) : Rectangle
state DockState
리턴 System.Drawing.Rectangle

GetTabBounds() 보호된 메소드

protected GetTabBounds ( Tab tab ) : Rectangle
tab Tab
리턴 System.Drawing.Rectangle

HitTest() 보호된 메소드

protected HitTest ( Point point ) : IDockContent
point Point
리턴 IDockContent

MeasureHeight() 보호된 메소드

protected MeasureHeight ( ) : int
리턴 int

OnLayout() 보호된 메소드

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

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnRefreshChanges() 보호된 메소드

protected OnRefreshChanges ( ) : void
리턴 void

TabHitTest() 보호된 메소드

protected TabHitTest ( Point ptMouse ) : Tab
ptMouse Point
리턴 Tab

VS2010AutoHideStrip() 공개 메소드

public VS2010AutoHideStrip ( DockPanel panel ) : System
panel DockPanel
리턴 System