In The Hand LtdIn The Hand
FromHandle Method (handle)
NamespacesInTheHand.Windows.FormsNativeWindowFromHandle(IntPtr)
.NET Components for Mobility
Retrieves the window associated with the specified handle.
Declaration Syntax
C#Visual Basic
public static NativeWindow FromHandle(
	IntPtr handle
)
Public Shared Function FromHandle ( _
	handle As IntPtr _
) As NativeWindow
Parameters
handle (IntPtr)
A handle to a window.
Return Value
The NativeWindow associated with the specified handle. This method returns null when the handle does not have an associated window.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0