Determines whether the
Document object is currently being disposed or not.
Public ReadOnly Property IsDisposing As Boolean
Dim instance As Document
Dim value As Boolean
value = instance.IsDisposing
public bool IsDisposing {get;}
public:
property bool IsDisposing {
bool get();
}
Property Value
true if the
Document object is being diposed by any of the current running threads; otherwise
false.
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family