Control.FromHandle Method
.NET Framework 4.5
Returns the control that is currently associated with the specified handle.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- handle
- Type: System.IntPtr
The window handle (HWND) to search for.
Return Value
Type: System.Windows.Forms.ControlA Control that represents the control associated with the specified handle; returns null if no control with the specified handle is found.
Use the FromChildHandle method if you need to return controls that own more than one handle.
- UIPermission
for all windows to call this method. Associated enumeration: AllWindows value of UIPermissionWindow.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.