The System.Windows.Forms.NativeWindow associated with the specified handle. This method returns null when the handle does not have an associated window.
If you receive a handle from another method, use this method to retrieve the window associated with the handle. The handle must already be owned by another System.Windows.Forms.NativeWindow in the current process; otherwise, null is returned.