SystemCommands.ShowSystemMenuCommand-Eigenschaft
Ruft einen Befehl ab, der das Systemmenü anzeigt.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
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)
Eigenschaftswert
Typ: System.Windows.Input.RoutedCommand
Ein Befehl, der das Systemmenü anzeigt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.