C# Class CristiPotlog.Controls.Wizard.WizardDesigner

Represents a designer for the wizard control.
Inheritance: System.Windows.Forms.Design.ParentControlDesigner
显示文件 Open project: dgis/CodeTV

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