IWin32Window Interface
.NET Framework (current version)
Provides an interface to expose Win32 HWND handles.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Handle | Gets the handle to the window represented by the implementer. |
This interface is implemented on objects that expose Win32 HWND handles. The resultant handle can be used with Win32 API calls.
.NET Framework
Available since 1.1
Available since 1.1
Show:
