SystemCommands.MinimizeWindow(Window) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Réduit la fenêtre spécifiée.
public:
static void MinimizeWindow(System::Windows::Window ^ window);
public static void MinimizeWindow (System.Windows.Window window);
static member MinimizeWindow : System.Windows.Window -> unit
Public Shared Sub MinimizeWindow (window As Window)
Paramètres
- window
- Window
Fenêtre à réduire.