SystemCommands.ShowSystemMenu(Window, Point) Método

Definición

Muestra el menú del sistema para la ventana especificada.

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)

Parámetros

window
Window

Ventana para mostrar el menú del sistema.

screenLocation
Point

Ubicación del menú del sistema.

Se aplica a