Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewerInteractiveMode Class : IsWorking Property |
public virtual bool IsWorking {get;}
'Declaration
Public Overridable ReadOnly Property IsWorking As Boolean
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.