DesktopSiteBridge.IsClosed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.