SystemCommands.CloseWindowCommand プロパティ

定義

ウィンドウを閉じるコマンドを取得します。

public:
 static property System::Windows::Input::RoutedCommand ^ CloseWindowCommand { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand CloseWindowCommand { get; }
member this.CloseWindowCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property CloseWindowCommand As RoutedCommand

プロパティ値

RoutedCommand

ウィンドウを閉じるコマンド。

適用対象