ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.Windows.Forms.Control, _
       ByVal msg As System.Integer, _
       ByVal wParam As System.Integer _
    ) As System.Integer
    public static System.int PostMessageW( 
       System.Windows.Forms.Control ctl,
       System.int msg,
       System.int wParam
    )

    Parameters

    ctl
    msg
    wParam
    See Also