Reflects the specified message to the control that is bound to hWnd.
[Visual Basic] Protected Shared Function ReflectMessage( _ ByVal hWnd As Integer, _ ByRef m As Message _ ) As Boolean [C#] protected static bool ReflectMessage( int hWnd, ref Message m ); [C++] protected: static bool ReflectMessage( int hWnd, Message** m ); [JScript] protected static function ReflectMessage( hWnd : int, m : Message ) : Boolean;
true if the message was reflected.