C# 클래스 ARCed.UI.VS2005DockPaneCaption

상속: DockPaneCaptionBase
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

Private Properties

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

공개 메소드들

메소드 설명
VS2005DockPaneCaption ( DockPane pane ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
MeasureHeight ( ) : int
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void
OnRefreshChanges ( ) : void
OnRightToLeftChanged ( EventArgs e ) : void

비공개 메소드들

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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 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

OnRightToLeftChanged() 보호된 메소드

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

VS2005DockPaneCaption() 공개 메소드

public VS2005DockPaneCaption ( DockPane pane ) : System
pane DockPane
리턴 System