WorkflowView.WndProc(Message) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
메서드를 호출하여 처리되지 않은 메시지를 처리해야 합니다.