Freigeben über


SystemCommands.ShowSystemMenu-Methode

Zeigt das Systemmenü für das angegebene Fenster an.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Shared Sub ShowSystemMenu ( _
    window As Window, _
    screenLocation As Point _
)
public static void ShowSystemMenu(
    Window window,
    Point screenLocation
)
public:
static void ShowSystemMenu(
    Window^ window, 
    Point screenLocation
)
static member ShowSystemMenu : 
        window:Window * 
        screenLocation:Point -> unit 
public static function ShowSystemMenu(
    window : Window, 
    screenLocation : Point
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

SystemCommands Klasse

Microsoft.Windows.Shell-Namespace