Application.AllowQuit 屬性

定義

取得值,表示呼叫端是否可以終止這個應用程式。

public:
 static property bool AllowQuit { bool get(); };
public static bool AllowQuit { get; }
member this.AllowQuit : bool
Public Shared ReadOnly Property AllowQuit As Boolean

屬性值

Boolean

如果呼叫端可以終止這個應用程式,則為 true,否則為 false

備註

如果從網頁瀏覽器內裝載的 Control 呼叫屬性,則此屬性會 false 傳回 。 因此, Control 無法結束 Application

適用於