←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly