Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool IsDisposed { get; }
Visual Basic
Public ReadOnly Property IsDisposed As Boolean
	Get
Visual C++
public:
property bool IsDisposed {
	bool get ();
}

See Also