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

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

    Parameters

    hWnd
    wMsg
    wParam
    lParam
    See Also