GroupLab Widget Tap Library

Win32Helper.IsWindowVisible Method 

Gets a value that determines if a windowing system window is visible.

public static bool IsWindowVisible(
   IntPtr windowHandle
);

Parameters

windowHandle
A window handle.

Return Value

true if the window is visble.

See Also

Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace