다음을 통해 공유


WorkflowView.WndProc(Message) 메서드

정의

Windows 메시지를 처리합니다.

protected:
 override void WndProc(System::Windows::Forms::Message % m);
protected override void WndProc (ref System.Windows.Forms.Message m);
override this.WndProc : Message -> unit
Protected Overrides Sub WndProc (ByRef m As Message)

매개 변수

m
Message

처리할 Windows 메시지입니다.

설명

모든 메시지는 WndProc 메서드로 전송됩니다.

WndProc 메서드는 Windows WindowProc 함수와 같습니다. Windows 메시지 처리에 대한 자세한 내용은 WindowProc 함수를 참조하세요.

상속자 참고

파생된 클래스는 기본 클래스의 WndProc 메서드를 호출하여 처리되지 않은 메시지를 처리해야 합니다.

적용 대상