Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

HasStarted Property (AnnRunDesigner)






Gets a value that indicates whether this AnnRunDesigner has started.
Syntax
public virtual bool HasStarted {get;}
'Declaration
 
Public Overridable ReadOnly Property HasStarted As Boolean
'Usage
 
Dim instance As AnnRunDesigner
Dim value As Boolean
 
value = instance.HasStarted

            

            
public:
virtual property bool HasStarted {
   bool get();
}

Property Value

true if this AnnRunDesigner has started running Object; otherwise, false.
Remarks
Start will start running Object and End will end it.
Example
For an example, refer to AnnRunDesigner.
Requirements

Target Platforms

See Also

Reference

AnnRunDesigner Class
AnnRunDesigner Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)