ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / SendMessageSetParaFormat2 Method

In This Topic
    SendMessageSetParaFormat2 Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function SendMessageSetParaFormat2( _
       ByVal hWnd As System.IntPtr, _
       ByVal wMsg As System.UInteger, _
       ByVal wParam As System.UInteger, _
       ByRef lParam As Win32.PARAFORMAT2 _
    ) As System.IntPtr
    public static System.IntPtr SendMessageSetParaFormat2( 
       System.IntPtr hWnd,
       System.uint wMsg,
       System.uint wParam,
       ref Win32.PARAFORMAT2 lParam
    )

    Parameters

    hWnd
    wMsg
    wParam
    lParam
    See Also