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

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

Private Properties

프로퍼티 타입 설명
AutoHide_Click void
Close_Click void
DrawCaption void
SetButtons void
SetButtonsPosition void

보호된 메소드들

메소드 설명
MeasureHeight ( ) : int
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void
OnRefreshChanges ( ) : void
VS2003DockPaneCaption ( DockPane pane ) : System

비공개 메소드들

메소드 설명
AutoHide_Click ( object sender, EventArgs e ) : void
Close_Click ( object sender, EventArgs e ) : void
DrawCaption ( Graphics g ) : void
SetButtons ( ) : void
SetButtonsPosition ( ) : void

메소드 상세

MeasureHeight() 보호된 메소드

protected MeasureHeight ( ) : int
리턴 int

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

VS2003DockPaneCaption() 보호된 메소드

protected VS2003DockPaneCaption ( DockPane pane ) : System
pane DockPane
리턴 System