[]
        
(Showing Draft Content)

C1.WPF.DxToolkit.DxHost.WndProc

WndProc Method

WndProc(IntPtr, int, IntPtr, IntPtr, ref bool)

Declaration
protected override IntPtr WndProc(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled)
Protected Overrides Function WndProc(hWnd As IntPtr, msg As Integer, wParam As IntPtr, lParam As IntPtr, ByRef handled As Boolean) As IntPtr
Parameters
Type Name Description
IntPtr hWnd
int msg
IntPtr wParam
IntPtr lParam
bool handled
Returns
Type Description
IntPtr
Overrides