Partager via


WebBrowserExtended.isAppClosing Property

Definition

Gets or sets a Boolean value that specifies whether the application is closing.

public:
 property bool isAppClosing { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool isAppClosing { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.isAppClosing : bool with get, set
Public Property isAppClosing As Boolean

Property Value

True if the application is closing; false otherwise.

Attributes

Applies to