Gets a value that indicates whether this mode is working.
public virtual bool IsWorking { get; }
Public Overridable ReadOnly Property IsWorking() As Boolean
Get
public:
virtual property bool IsWorking
{
bool get()
}
true if this mode is working; otherwise, it is false.
IsWorking will be set to true by the base class when OnWorkStarted is called. It will be set back to false when OnWorkCompleted is called.
This value is useful when deriving your own interactive mode classes. Refer to ImageViewerInteractiveMode for an example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET