Share via


SystemCommands.ShowSystemMenu Method

Displays the system menu for the specified window.

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
)

Parameters

.NET Framework Security

See Also

Reference

SystemCommands Class

Microsoft.Windows.Shell Namespace