←Select platform

HasStarted Property

Summary

Gets a value that indicates whether this designer has started.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual bool HasStarted { get; } 
Public Overridable ReadOnly Property HasStarted As Boolean 
public virtual bool HasStarted {get;} 
@property (nonatomic, assign, readonly) BOOL hasStarted 
public boolean hasStarted() 
 get_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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly