NativeWindow.WndProc(Message@) intercepts window messages sent to the handle parameter. Use NativeWindow.ReleaseHandle to reset the handle's window procedure to the default window procedure.
The NativeWindow.AssignHandle(IntPtr) method calls the NativeWindow.OnHandleChange method to indicate that the value of the NativeWindow.Handle property has changed.
The handle to assign cannot be in a different application process.