C# Class nHydrate.Wizard.WizardPage

Inheritance: System.Windows.Forms.Panel
Exibir arquivo Open project: nHydrate/nHydrate Class Usage Examples

Private Properties

Property Type Description

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.

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