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

In This Topic
    PostMessageW(Control,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function PostMessageW( _
       ByVal ctl As Control, _
       ByVal msg As Integer, _
       ByVal wParam As Integer _
    ) As Integer
    public static int PostMessageW( 
       Control ctl,
       int msg,
       int wParam
    )

    Parameters

    ctl
    msg
    wParam
    See Also