MS.Win32.SafeNativeMethods.IsWindowVisible C# (CSharp) Méthode

IsWindowVisible() private méthode

private IsWindowVisible ( IntPtr hWnd ) : bool
hWnd System.IntPtr
Résultat bool
        internal static extern bool IsWindowVisible(IntPtr hWnd);