ActiveReports 6 Online Help
SendMessage Method

For internal use only.
Syntax
'Declaration
 
Public Shared Function SendMessage( _
   ByVal hWnd As HandleRef, _
   ByVal msg As Integer, _
   ByVal wParam As IntPtr, _
   ByVal lParam As IntPtr _
) As IntPtr
public static IntPtr SendMessage( 
   HandleRef hWnd,
   int msg,
   IntPtr wParam,
   IntPtr lParam
)

Parameters

hWnd
msg
wParam
lParam
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CustomControl Class
CustomControl Members

Send Feedback