C# 클래스 CristiPotlog.Controls.WizardPage

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

Private Properties

프로퍼티 타입 설명
InitializeComponent void

공개 메소드들

메소드 설명
WizardPage ( ) : System

Creates a new instance of the WizardPage class.

보호된 메소드들

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

Provides custom drawing to the wizard page.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

메소드 상세

OnPaint() 보호된 메소드

Provides custom drawing to the wizard page.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

WizardPage() 공개 메소드

Creates a new instance of the WizardPage class.
public WizardPage ( ) : System
리턴 System