Retrieves the window associated with the specified handle.
| C# | Visual Basic |
public static NativeWindow FromHandle( IntPtr handle )
Public Shared Function FromHandle ( _ handle As IntPtr _ ) As NativeWindow
- handle (IntPtr)
- A handle to a window.
The NativeWindow associated with the specified handle.
This method returns null when the handle does not have an associated window.