Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock.Controls Namespace / LayoutFloatingWindowControl 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 (LayoutFloatingWindowControl)
    In This Topic

    Filters mouse window messages and reacts accordingly.

    Syntax
    'Declaration
     
    Protected Overridable 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 LayoutFloatingWindowControl
    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 virtual 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
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also