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

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

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

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 ptMouse ) : IDockContent
ptMouse Point
리턴 IDockContent

MeasureHeight() 보호된 메소드

protected MeasureHeight ( ) : int
리턴 int

OnLayout() 보호된 메소드

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

OnMouseHover() 보호된 메소드

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

OnMouseLeave() 보호된 메소드

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

OnPaint() 보호된 메소드

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

OnRefreshChanges() 보호된 메소드

protected OnRefreshChanges ( ) : void
리턴 void

TabHitTest() 보호된 메소드

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

VS2012LightAutoHideStrip() 공개 메소드

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