Managed Windows API
FromPointEx Method (x, y, toplevel, enabledOnly)
NamespacesManagedWinapi.WindowsSystemWindowFromPointEx(Int32, Int32, Boolean, Boolean)
Finds the system window below the given point. This method uses a more sophisticated algorithm than FromPoint(Int32, Int32), but is slower.
Declaration Syntax
C#
public static SystemWindow FromPointEx(
	int x,
	int y,
	bool toplevel,
	bool enabledOnly
)
Parameters
x (Int32)
X coordinate
y (Int32)
Y coordinate
toplevel (Boolean)
Whether to return the toplevel window.
enabledOnly (Boolean)
Whether to return enabled windows only.
Return Value

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)