ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / SendMessageRect Method

In This Topic
    SendMessageRect Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function SendMessageRect( _
       ByVal hWnd As System.IntPtr, _
       ByVal wMsg As System.Integer, _
       ByVal wParam As System.IntPtr, _
       ByRef lParam As Win32.RECT _
    ) As System.IntPtr
    public static System.IntPtr SendMessageRect( 
       System.IntPtr hWnd,
       System.int wMsg,
       System.IntPtr wParam,
       ref Win32.RECT lParam
    )

    Parameters

    hWnd
    wMsg
    wParam
    lParam
    See Also