Share via


DesktopSiteBridge.IsClosed Property

Definition

Gets whether the associated Win32 HWND is closed.

public:
 property bool IsClosed { bool get(); };
bool IsClosed();
public bool IsClosed { get; }
var boolean = desktopSiteBridge.isClosed;
Public ReadOnly Property IsClosed As Boolean

Property Value

Boolean

bool

True, if the associated Win32 HWND is closed; otherwise, false. The default is false.

Implements

Applies to

See also