C# 클래스 Longkong.WinFormsUI.DockPaneCaptionVS2003

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

Private Properties

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

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

DockPaneCaptionVS2003() 보호된 메소드

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

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