バージョン

ProcessParentNotifyMessage メソッド

WM_PARENTNOTIFY メッセージがウィンドウ プロシージャーに送信されるときに呼び出されます。
シンタックス
'宣言
 
Protected Overridable Sub ProcessParentNotifyMessage( _
   ByRef m As Message, _
   ByVal notificationType As CommonControlBase.WmParentNotifyMessage, _
   ByVal reflected As Boolean _
) 
protected virtual void ProcessParentNotifyMessage( 
   ref Message m,
   CommonControlBase.WmParentNotifyMessage notificationType,
   bool reflected
)

パラメータ

m
参照渡しのメッセージ構造体。
notificationType
イベント通知のタイプ。
reflected
この親通知が、反映された親通知メッセージから生成された場合は True。
参照