Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / WndProcMouse3D Method

In This Topic
    WndProcMouse3D Method (ViewportLayout)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides 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 override IntPtr WndProcMouse3D( 
       IntPtr hwnd,
       int msg,
       IntPtr wParam,
       IntPtr lParam,
       ref bool handled
    )

    Parameters

    hwnd
    msg
    wParam
    lParam
    handled
    See Also