←Select platform

IsWorking Property

Summary

Gets a value that indicates whether this mode is working.

Syntax
C#
Objective-C
C++/CLI
public virtual bool IsWorking { get; } 
@property (nonatomic, assign, readonly) BOOL isWorking; 
public:  
   virtual property bool IsWorking 
   { 
      bool get() 
   } 

Property Value

true if this mode is working; otherwise, it is false.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.