PowerWEB LiveControls for ASP.NET
IsStarted Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveTimer Class : IsStarted Property



Syntax

Visual Basic (Declaration) 
Protected Property IsStarted As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveTimer
Dim value As Boolean
 
instance.IsStarted = value
 
value = instance.IsStarted
C# 
protected bool IsStarted {get; set;}
C++/CLI 
protected:
property bool IsStarted {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.