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

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

    Parameters

    hWnd
    wMsg
    wParam
    lParam
    See Also