Responder Developer Guide
SendMessage(IntPtr,Int32,Boolean,Int32) Method


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 = TableMultiFieldInput.SendMessage(hWnd, wMsg, wParam, lParam)
public static int SendMessage( 
   IntPtr hWnd,
   int wMsg,
   bool wParam,
   int lParam
)

Parameters

hWnd
wMsg
wParam
lParam
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TableMultiFieldInput Class
TableMultiFieldInput Members

 

 


Send Comment