TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SendMessageRect Method

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

    Parameters

    hWnd
    wMsg
    wParam
    lParam
    See Also