Returns the control that is currently associated with the specified handle.
public static final Control fromHandle( int handle )
handle
The window handle (HWND) to search for.
Returns a Control object 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 correctly return controls that own more than one handle.
See Also fromChildHandle