Aegis.SystemDll.User32.ShowWindow C# (CSharp) Méthode

ShowWindow() private méthode

private ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
hWnd System.IntPtr
nCmdShow int
Résultat bool
        public static extern bool ShowWindow(IntPtr hWnd, int nCmdShow);