NativeMethods.IsWindowVisible(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.