C# Class nHydrate.Wizard.WizardPage

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
WizardPage ( ) : System

Creates a new instance of the WizardPage class.

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Provides custom drawing to the wizard page.

Method Details

OnPaint() protected méthode

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

WizardPage() public méthode

Creates a new instance of the WizardPage class.
public WizardPage ( ) : System
Résultat System