TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SendMessageSetParaFormat2 Method

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

    Parameters

    hWnd
    wMsg
    wParam
    lParam
    See Also