TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SendMessage Method / SendMessage(IntPtr,Int32,Int32,Int32) Method

In This Topic
    SendMessage(IntPtr,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function SendMessage( _
       ByVal hWnd As IntPtr, _
       ByVal Msg As Integer, _
       ByVal wParam As Integer, _
       ByVal lParam As Integer _
    ) As Integer
    public static int SendMessage( 
       IntPtr hWnd,
       int Msg,
       int wParam,
       int lParam
    )

    Parameters

    hWnd
    Msg
    wParam
    lParam
    See Also