SystemCommands.ShowSystemMenu(Window, Point) 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.
Affiche le menu système pour la fenêtre spécifiée.
public:
static void ShowSystemMenu(System::Windows::Window ^ window, System::Windows::Point screenLocation);
public static void ShowSystemMenu (System.Windows.Window window, System.Windows.Point screenLocation);
static member ShowSystemMenu : System.Windows.Window * System.Windows.Point -> unit
Public Shared Sub ShowSystemMenu (window As Window, screenLocation As Point)
Paramètres
- window
- Window
Fenêtre pour afficher son menu système.
- screenLocation
- Point
L'emplacement du menu système.