\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / ComboBoxContainer.ExtraMargin Class / SendMessage Method

In This Topic
    SendMessage Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function SendMessage( _
       ByVal hWnd As System.IntPtr, _
       ByVal msg As System.Integer, _
       ByVal wParam As System.IntPtr, _
       ByVal lParam As System.IntPtr _
    ) As System.IntPtr
    public static System.IntPtr SendMessage( 
       System.IntPtr hWnd,
       System.int msg,
       System.IntPtr wParam,
       System.IntPtr lParam
    )

    Parameters

    hWnd
    msg
    wParam
    lParam
    See Also