DocumentPageView::IsDisposed Property

 

Gets a value that indicates whether Dispose has been called for this instance.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
property bool IsDisposed {
	bool get();
}

Property Value

Type: System::Boolean

true if Dispose has been called for this DocumentPageView; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: