Finds the system window below the given point. This need not be a
toplevel window; disabled windows are not returned either.
If you have problems with transparent windows that cover nontransparent
windows, consider using FromPointEx(Int32, Int32, Boolean, Boolean), since that method
tries hard to avoid this problem.
Declaration Syntax
C# |
public static SystemWindow FromPoint( int x, int y )
Return Value