C# Class nHydrate.Wizard.Wizard.WizardDesigner

Represents a designer for the wizard control.
Inheritance: System.Windows.Forms.Design.ParentControlDesigner
Exibir arquivo Open project: nHydrate/nHydrate

Protected Methods

Method Description
WndProc ( Message &msg ) : void

Overrides the handling of Mouse clicks to allow back-next to work in the designer.

Method Details

WndProc() protected method

Overrides the handling of Mouse clicks to allow back-next to work in the designer.
protected WndProc ( Message &msg ) : void
msg System.Windows.Forms.Message A Message value.
return void