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

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

    Parameters

    hWnd
    wMsg
    wParam
    lParam
    See Also