C# 클래스 CristiPotlog.Controls.Wizard.WizardDesigner

Represents a designer for the wizard control.
상속: System.Windows.Forms.Design.ParentControlDesigner
파일 보기 프로젝트 열기: dgis/CodeTV

보호된 메소드들

메소드 설명
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