C# Класс CristiPotlog.Controls.Wizard.WizardDesigner

Represents a designer for the wizard control.
Наследование: System.Windows.Forms.Design.ParentControlDesigner
Показать файл Открыть проект

Защищенные методы

Метод Описание
WndProc ( Message &msg ) : void

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

Описание методов

WndProc() защищенный Метод

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.
Результат void