Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock.Controls Namespace / LayoutAnchorableFloatingWindowControl Class / FilterMessage Method
The handle.
The message to act upon.
Message parameter.
Message parameter.
Whether mouse window message was handled.


In This Topic
    FilterMessage Method (LayoutAnchorableFloatingWindowControl)
    In This Topic

    Filters mouse window messages and reacts accordingly.

    Syntax
    'Declaration
     
    
    Protected Overrides Function FilterMessage( _
       ByVal hwnd As IntPtr, _
       ByVal msg As Integer, _
       ByVal wParam As IntPtr, _
       ByVal lParam As IntPtr, _
       ByRef handled As Boolean _
    ) As IntPtr
    'Usage
     
    
    Dim instance As LayoutAnchorableFloatingWindowControl
    Dim hwnd As IntPtr
    Dim msg As Integer
    Dim wParam As IntPtr
    Dim lParam As IntPtr
    Dim handled As Boolean
    Dim value As IntPtr
     
    value = instance.FilterMessage(hwnd, msg, wParam, lParam, handled)
    protected override IntPtr FilterMessage( 
       IntPtr hwnd,
       int msg,
       IntPtr wParam,
       IntPtr lParam,
       ref bool handled
    )

    Parameters

    hwnd
    The handle.
    msg
    The message to act upon.
    wParam
    Message parameter.
    lParam
    Message parameter.
    handled
    Whether mouse window message was handled.
    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also