SplitContainer.WndProc(Message) 메서드

정의

Windows 메시지를 처리합니다.

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

매개 변수

msg
Message

처리할 Windows Message입니다.

설명

모든 메시지는 메서드를 WndProc 통해 필터링된 후 메서드로 PreProcessMessage 전송됩니다.

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

상속자 참고

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

적용 대상

추가 정보