NativeWindow::FromHandle Method (IntPtr)
.NET Framework (current version)
Retrieves the window associated with the specified handle.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- handle
-
Type:
System::IntPtr
A handle to a window.
Return Value
Type: System.Windows.Forms::NativeWindow^The 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 NativeWindow in the current process; otherwise, null is returned.
.NET Framework
Available since 1.1
Available since 1.1
Show: