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

Show in webframe

HasStarted Property (AnnEditDesigner)






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

            

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

Property Value

true if this AnnEditDesigner has started editing EditObject; otherwise, false.
Remarks
Start will start editing EditObject and End will end it.
Example
For an example, refer to AnnDesigner.
Requirements

Target Platforms

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

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