WindowHandle.FromWin32

WindowHandle.FromWin32 method

The native HWND instance in Windows environment.

public static WindowHandle FromWin32(IntPtr hWnd)
ParameterTypeDescription
hWndIntPtrThe handle of the native Win32 window

See Also