FlexReport for WPF
WndProc メソッド


C1.WPF.FlexViewer.4.5.2 アセンブリ > C1.WPF.DxToolkit 名前空間 > DxHost クラス : WndProc メソッド
派生クラスでオーバーライドされると、ホストされた子ウィンドウのウィンドウのプロセス (ハンドル) にアクセスします。
シンタックス
'宣言
 
Protected Overrides Function WndProc( _
   ByVal hWnd As System.IntPtr, _
   ByVal msg As System.Integer, _
   ByVal wParam As System.IntPtr, _
   ByVal lParam As System.IntPtr, _
   ByRef handled As System.Boolean _
) As System.IntPtr
'使用法
 
Dim instance As DxHost
Dim hWnd As System.IntPtr
Dim msg As System.Integer
Dim wParam As System.IntPtr
Dim lParam As System.IntPtr
Dim handled As System.Boolean
Dim value As System.IntPtr
 
value = instance.WndProc(hWnd, msg, wParam, lParam, handled)
protected override System.IntPtr WndProc( 
   System.IntPtr hWnd,
   System.int msg,
   System.IntPtr wParam,
   System.IntPtr lParam,
   ref System.bool handled
)

パラメータ

hWnd
msg
wParam
lParam
handled

戻り値の型

子ウィンドウのウィンドウ ハンドル。
参照

DxHost クラス
DxHost メンバ