←Select platform

HasStarted Property

Summary
Gets a value that indicates whether this designer has started.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool HasStarted { get; } 
@property (nonatomic, assign, readonly) BOOL hasStarted; 
public boolean hasStarted() 
public:  
   virtual property bool HasStarted 
   { 
      bool get() 
   } 
HasStarted # get  (AnnDesigner) 

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

Leadtools.Annotations.Designers Assembly

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