C# 클래스 WeifenLuo.WinFormsUI.Docking.VS2003AutoHideStrip

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

Private Properties

프로퍼티 타입 설명
CalculateTabs void
CalculateTabs void
DrawTab void
DrawTabStrip void
DrawTabStrip void
GetLogicalTabStripRectangle System.Drawing.Rectangle
GetLogicalTabStripRectangle System.Drawing.Rectangle
GetTabRectangle System.Drawing.Rectangle
GetTabRectangle System.Drawing.Rectangle
GetTransformedRectangle System.Drawing.Rectangle
VS2003AutoHideStrip System

공개 메소드들

메소드 설명
VS2003AutoHideStrip ( DockPanel panel ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
CalculateTabs ( ) : void
CalculateTabs ( DockState dockState ) : void
DrawTab ( Graphics g, TabVS2003 tab ) : void
DrawTabStrip ( Graphics g ) : void
DrawTabStrip ( Graphics g, DockState dockState ) : void
GetLogicalTabStripRectangle ( DockState dockState ) : Rectangle
GetLogicalTabStripRectangle ( DockState dockState, bool transformed ) : Rectangle
GetTabRectangle ( TabVS2003 tab ) : Rectangle
GetTabRectangle ( TabVS2003 tab, bool transformed ) : Rectangle
GetTransformedRectangle ( DockState dockState, Rectangle rect ) : Rectangle
VS2003AutoHideStrip ( ) : System

메소드 상세

CreateTab() 보호된 메소드

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

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

OnBeginDrawTab() 보호된 메소드

protected OnBeginDrawTab ( Tab tab ) : void
tab Tab
리턴 void

OnEndDrawTab() 보호된 메소드

protected OnEndDrawTab ( Tab tab ) : void
tab Tab
리턴 void

OnLayout() 보호된 메소드

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

OnPaint() 보호된 메소드

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

OnRefreshChanges() 보호된 메소드

protected OnRefreshChanges ( ) : void
리턴 void

VS2003AutoHideStrip() 공개 메소드

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