Gets a value that indicates whether this
AnnRunDesigner has started.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overridable ReadOnly Property HasStarted As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As AnnRunDesigner
Dim value As Boolean
value = instance.HasStarted
|
| C# | |
|---|
public virtual bool HasStarted {get;} |
| C++/CLI | |
|---|
public:
virtual property bool HasStarted {
bool get();
} |
Return Value
true if this
AnnRunDesigner has started running
AnnRunDesigner.Object; otherwise, false.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also