Пример #1
0
 static extern bool ShowWindow(IntPtr hWnd, ShowWindowEnum flags);
Пример #2
0
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowEnum showWindowEnum);
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowEnum nCmdShow);
 private static extern bool ShowWindow(IntPtr hWnd, ShowWindowEnum flags);
Пример #5
0
 public static extern bool ShowWindowAsync(IntPtr hWnd, ShowWindowEnum nCmdShow);
Пример #6
0
 private static extern bool ShowWindowAsync(HandleRef hWnd, ShowWindowEnum flags);