System.Windows.Forms.HtmlWindow.IsClosed Property

Gets a value indicating whether this window is open or closed.

Syntax

public bool IsClosed { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the System.Windows.Forms.HtmlWindow has been closed by the user or by way of a call to the HtmlWindow.Close method, attempting to navigate to a new URL or access the window's document will result in an error. Use this property to determine whether it is safe to call properties and methods on the current window object.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0