Share via


NativeMethods.IsWindowVisible(IntPtr) Method

Definition

Checks whether the window is visible.

public:
 static bool IsWindowVisible(IntPtr hWnd);
public static bool IsWindowVisible (IntPtr hWnd);
static member IsWindowVisible : nativeint -> bool
Public Shared Function IsWindowVisible (hWnd As IntPtr) As Boolean

Parameters

hWnd
IntPtr

nativeint

Specifies a pointer to the window.

Returns

True if the window is visible, otherwise false.

Applies to