Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.reflectMessage

Reflects the specified message to the control that is bound to the specified handle.

Syntax

protected final static boolean reflectMessage( int hWnd**, Message** m )

Parameters

hWnd

The handle to reflect the message to.

m

The Win32 message to reflect.

Return Value

Returns true if the message was reflected; otherwise, returns false.