Eyeshot 10 WinForms API Reference
WndProcMouse3D Method (ViewportLayoutBase)

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayoutBase Class : WndProcMouse3D Method
Syntax
'Declaration
 
Public MustOverride Function WndProcMouse3D( _
   ByVal hwnd As IntPtr, _
   ByVal msg As Integer, _
   ByVal wParam As IntPtr, _
   ByVal lParam As IntPtr, _
   ByRef handled As Boolean _
) As IntPtr
public abstract IntPtr WndProcMouse3D( 
   IntPtr hwnd,
   int msg,
   IntPtr wParam,
   IntPtr lParam,
   ref bool handled
)

Parameters

hwnd
msg
wParam
lParam
handled
See Also

Reference

ViewportLayoutBase Class
ViewportLayoutBase Members