Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
CristiPotlog
Controls
Wizard.WizardDesigner
C# Class CristiPotlog.Controls.Wizard.WizardDesigner
Represents a designer for the wizard control.
Inheritance:
System.Windows.Forms.Design.ParentControlDesigner
Datei anzeigen
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