Click or drag to resize
GDWindowsIsInForeground Method
Check if current application window is activated.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public bool IsInForeground()

Return Value

Type: Boolean
Returns true if current application window is activated, otherwise false.
See Also