SystemCommands.MinimizeWindowCommand-Eigenschaft
Ruft einen Befehl ab, der ein Fenster maximiert.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public Shared Property MinimizeWindowCommand As RoutedCommand
Get
Private Set
public static RoutedCommand MinimizeWindowCommand { get; private set; }
public:
static property RoutedCommand^ MinimizeWindowCommand {
RoutedCommand^ get ();
private: void set (RoutedCommand^ value);
}
static member MinimizeWindowCommand : RoutedCommand with get, private set
static function get MinimizeWindowCommand () : RoutedCommand
private static function set MinimizeWindowCommand (value : RoutedCommand)
Eigenschaftswert
Typ: System.Windows.Input.RoutedCommand
Ein Befehl, der ein Fenster maximiert.
.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.