Reflects the specified message to the control that is bound to the specified handle.
protected final static boolean reflectMessage( int hWnd, Message m )
hWnd
The handle to reflect the message to.
m
The Win32 message to reflect.
Returns true if the message was reflected; otherwise, returns false.