C# Class CristiPotlog.Controls.WizardPage

Inheritance: System.Windows.Forms.Panel
Mostra file Open project: dgis/CodeTV Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
WizardPage ( ) : System

Creates a new instance of the WizardPage class.

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Provides custom drawing to the wizard page.

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

OnPaint() protected method

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

WizardPage() public method

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