Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.sendMessage

Sends the specified Win32 message to this control.

Syntax

public final int sendMessage( int msg**, int** wParam**, int** lParam )

protected final int sendMessage( int

msg**, int** wParam**, Object** lParam )

protected final int sendMessage( int

msg**, Object** wParam**, Object** lParam )

Parameters

msg

The Win32 message to send.

wParam

The wParam to send with the message.

lParam

The lParam to send with the message.

Return Value

Returns an integer that represents the result of the message processing.