Control.ReflectMessage Method
Reflects the specified message to the control that is bound to the specified handle.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- hWnd
- Type: System.IntPtr
An IntPtr representing the handle of the control to reflect the message to.
- m
- Type: System.Windows.Forms.Message%
A Message representing the Windows message to reflect.
The ReflectMessage method is an infrastructure method and typically should not be called from your code.
If the hWnd parameter does not represent a valid control, the ReflectMessage method returns false.
Because Windows messages are returned to the top-level window, the ReflectMessage method is used to propagate the return message to the control that sent the message. For more information about Windows messages, see the "Common Controls" topic in the MSDN library at http://msdn.microsoft.com/library.
-
UIPermission
for all windows to call this method. Associated enumeration: AllWindows value of UIPermissionWindow.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.