Control.DefWndProc メソッド
指定したメッセージを既定のウィンドウ プロシージャに送信します。
Protected Overridable Sub DefWndProc( _
ByRef m As Message _)
[C#]
protected virtual void DefWndProc( ref Messagem);
[C++]
protected: virtual void DefWndProc(Message* m);
[JScript]
protected function DefWndProc(
m : Message);
パラメータ
- m
処理対象の Windows Message 。
解説
Windows メッセージの処理については、MSDN ライブラリにある『Platform SDK』のリファレンスで、 WindowProc 関数のドキュメントを参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- SecurityPermission (継承クラスがアンマネージ コードを呼び出すために必要なアクセス許可) SecurityPermissionFlag.UnmanagedCode (関連する列挙体)
- SecurityPermission (直前の呼び出し元がアンマネージ コードを呼び出すために必要なアクセス許可) SecurityPermissionFlag.UnmanagedCode (関連する列挙体)
参照
Control クラス | Control メンバ | System.Windows.Forms 名前空間 | WndProc