SystemCommands.ShowSystemMenuCommand Property

Gets a command that displays the system menu.

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

Syntax

'Declaration
Public Shared Property ShowSystemMenuCommand As RoutedCommand
public static RoutedCommand ShowSystemMenuCommand { get; private set; }
public:
static property RoutedCommand^ ShowSystemMenuCommand {
    RoutedCommand^ get ();
    private: void set (RoutedCommand^ value);
}
static member ShowSystemMenuCommand : RoutedCommand with get, private set
static function get ShowSystemMenuCommand () : RoutedCommand
private static function set ShowSystemMenuCommand (value : RoutedCommand)

Property Value

Type: System.Windows.Input.RoutedCommand
A command that displays the system menu.

.NET Framework Security

See Also

Reference

SystemCommands Class

Microsoft.Windows.Shell Namespace