Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Table Namespace / SortingForm Class / SendMessage(IntPtr,Int32,Boolean,Int32) Method


In This Topic
    SendMessage(IntPtr,Int32,Boolean,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SendMessage( _
       ByVal hWnd As IntPtr, _
       ByVal wMsg As Integer, _
       ByVal wParam As Boolean, _
       ByVal lParam As Integer _
    ) As Integer
    'Usage
     
    
    Dim hWnd As IntPtr
    Dim wMsg As Integer
    Dim wParam As Boolean
    Dim lParam As Integer
    Dim value As Integer
     
    value = SortingForm.SendMessage(hWnd, wMsg, wParam, lParam)
    public static int SendMessage( 
       IntPtr hWnd,
       int wMsg,
       bool wParam,
       int lParam
    )

    Parameters

    hWnd
    wMsg
    wParam
    lParam
    See Also