ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / PostMessage Method / PostMessage(IntPtr,Int32,Int32,Point) Method

In This Topic
    PostMessage(IntPtr,Int32,Int32,Point) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function PostMessage( _
       ByVal hWnd As System.IntPtr, _
       ByVal msg As System.Integer, _
       ByVal wParam As System.Integer, _
       ByVal pt As System.Drawing.Point _
    ) As System.Integer
    public static System.int PostMessage( 
       System.IntPtr hWnd,
       System.int msg,
       System.int wParam,
       System.Drawing.Point pt
    )

    Parameters

    hWnd
    msg
    wParam
    pt
    See Also