C# 클래스 YamuiFramework.Controls.YamuiPage

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 메소드들

메소드 설명
OnHide ( ) : void

Method called by YamuiTab when the page changes from this one and when the form closes

OnShow ( ) : void

Method called by YamuiTab when the page changes to this page

YamuiPage ( ) : System.Windows.Forms

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

메소드 상세

OnHide() 공개 메소드

Method called by YamuiTab when the page changes from this one and when the form closes
public OnHide ( ) : void
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
리턴 void

OnShow() 공개 메소드

Method called by YamuiTab when the page changes to this page
public OnShow ( ) : void
리턴 void

YamuiPage() 공개 메소드

public YamuiPage ( ) : System.Windows.Forms
리턴 System.Windows.Forms