Compartir a través de


SystemCommands.ShowSystemMenuCommand (Propiedad)

Obtiene un comando que muestra el menú de sistema.

Espacio de nombres:  Microsoft.Windows.Shell
Ensamblado:  Microsoft.Windows.Shell (en Microsoft.Windows.Shell.dll)

Sintaxis

'Declaración
Public Shared Property ShowSystemMenuCommand As RoutedCommand
    Get
    Private Set
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)

Valor de propiedad

Tipo: System.Windows.Input.RoutedCommand
Un comando que muestra el menú del sistema.

Seguridad de .NET Framework

Vea también

Referencia

SystemCommands Clase

Microsoft.Windows.Shell (Espacio de nombres)