←Select platform

HasStarted Property

Summary
Gets a value that indicates whether this designer has started.
Syntax
C#
VB
Objective-C
C++
Java
public virtual bool HasStarted { get; } 
Public Overridable ReadOnly Property HasStarted As Boolean 
@property (nonatomic, assign, readonly) BOOL hasStarted 
public boolean hasStarted() 
public:  
   virtual property bool HasStarted 
   { 
      bool get() 
   } 

Property Value

true if this AnnDesigner has started; otherwise, it is false.

Remarks

Start starts the designer and End ends it.

Requirements

Target Platforms

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

Leadtools.Annotations.Designers Assembly

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