C# 클래스 winmaped2.CollapsiblePanel

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: Bananattack/verge3 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeComponent void
UpdateAreas void
UpdateStatus void
menuItem_Click void

공개 메소드들

메소드 설명
CollapsiblePanel ( ) : System

보호된 메소드들

메소드 설명
OnMouseClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
UpdateAreas ( ) : void
UpdateStatus ( ) : void
menuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

CollapsiblePanel() 공개 메소드

public CollapsiblePanel ( ) : System
리턴 System

OnMouseClick() 보호된 메소드

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

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

OnResize() 보호된 메소드

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

OnVisibleChanged() 보호된 메소드

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