Application.AllowQuit プロパティ
呼び出し元がこのアプリケーションを終了できるかどうかを示す値を取得します。
Public Shared ReadOnly Property AllowQuit As Boolean
[C#]
public static bool AllowQuit {get;}
[C++]
public: __property static bool get_AllowQuit();
[JScript]
public static function get AllowQuit() : Boolean;
プロパティ値
呼び出し元がこのアプリケーションを終了できる場合は true 。それ以外の場合は false 。
解説
Web ブラウザ内で管理されている Control から呼び出されると、このプロパティは false を返します。したがって、 Control では Application を終了できません。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
Application クラス | Application メンバ | System.Windows.Forms 名前空間