ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / SendMessage Method / SendMessage(IntPtr,UInt32,IntPtr,EDITSTREAM) Method

In This Topic
    SendMessage(IntPtr,UInt32,IntPtr,EDITSTREAM) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function SendMessage( _
       ByVal hWnd As System.IntPtr, _
       ByVal wMsg As System.UInteger, _
       ByVal wParam As System.IntPtr, _
       ByVal lParam As Win32.EDITSTREAM _
    ) As System.IntPtr
    public static System.IntPtr SendMessage( 
       System.IntPtr hWnd,
       System.uint wMsg,
       System.IntPtr wParam,
       Win32.EDITSTREAM lParam
    )

    Parameters

    hWnd
    wMsg
    wParam
    lParam
    See Also