次の方法で共有


ControlDesigner.DefWndProc メソッド

Windows メッセージの既定の処理を提供します。

Protected Sub DefWndProc( _
   ByRef m As Message _)
[C#]
protected void DefWndProc(   ref Messagem);
[C++]
protected: void DefWndProc(Message* m);
[JScript]
protected function DefWndProc(
   m : Message);

パラメータ

解説

このメソッドを使用すると、メッセージはデザイナではなくコントロールによって処理されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ControlDesigner クラス | ControlDesigner メンバ | System.Windows.Forms.Design 名前空間