Control::ReflectMessage Method (IntPtr, Message%)
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 all windows to call this method. Associated enumeration: AllWindows value of UIPermissionWindow.
Available since 1.1