DriveListBox.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 통해 필터링된 후 메서드로 PreProcessMessage 전송됩니다.

WndProc 메서드는 Windows WindowProc 함수에 정확히 해당합니다. Windows 메시지 처리에 대한 자세한 내용은 WindowProc 콜백 함수 참조하세요.

메모

네임스페이 Microsoft.VisualBasic.Compatibility.VB6 스의 함수 및 개체는 Visual Basic 6.0에서 Visual Basic으로 업그레이드하기 위한 도구에서 사용할 수 있도록 제공됩니다. 대부분의 경우 이러한 함수와 개체는 .NET Framework의 다른 네임스페이스에서 찾을 수 있는 기능을 복제합니다. Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

상속자 참고

컨트롤을 상속하면 기본 클래스가 WndProc(Message) 처리하지 않는 메시지를 처리하는 메서드를 호출해야 합니다.

적용 대상

추가 정보