SystemCommands.ShowSystemMenu(Window, Point) Methode

Definitie

Hiermee wordt het systeemmenu voor het opgegeven venster weergegeven.

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)

Parameters

window
Window

Het venster om het systeemmenu weer te geven.

screenLocation
Point

De locatie van het systeemmenu.

Van toepassing op