MS.Win32.SafeNativeMethods.IsWindowVisible C# (CSharp) Method

IsWindowVisible() private method

private IsWindowVisible ( IntPtr hWnd ) : bool
hWnd System.IntPtr
return bool
        internal static extern bool IsWindowVisible(IntPtr hWnd);