'宣言 Public Function HandleMessage( _ ByRef m As System.Windows.Forms.Message _ ) As System.Boolean
public System.bool HandleMessage( ref System.Windows.Forms.Message m )
パラメータ
- m
- 処理するメッセージ。
戻り値の型
メッセージが処理され、オーナーコントロールの WndProc() が base.WndProc() を呼び出さない場合は true を返します。