MS.Win32.SafeNativeMethods.IsWindowVisible C# (CSharp) 메소드

IsWindowVisible() 개인적인 메소드

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