SystemCommands.ShowSystemMenu(Window, Point) Méthode

Définition

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.

S’applique à