TreeView for WinForms | ComponentOne
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 IntPtr, _
       ByVal msg As Integer, _
       ByVal wParam As Integer, _
       ByVal pt As Point _
    ) As Integer
    public static int PostMessage( 
       IntPtr hWnd,
       int msg,
       int wParam,
       Point pt
    )

    Parameters

    hWnd
    msg
    wParam
    pt
    See Also