PowerWEB File Upload for ASP.NET
IsLive Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > ProgressPanel Class : IsLive Property



Gets or sets whether a PowerWEB control updates itself in a callback.

Syntax

Visual Basic (Declaration) 
<DartDescriptionAttribute("Gets or sets whether the control updates itself within a callback.")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Property IsLive As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As Boolean
 
instance.IsLive = value
 
value = instance.IsLive
C# 
[DartDescriptionAttribute("Gets or sets whether the control updates itself within a callback.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public bool IsLive {get; set;}
C++/CLI 
[DartDescriptionAttribute("Gets or sets whether the control updates itself within a callback.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public:
property bool IsLive {
   bool get();
   void set (    bool value);
}

Property Value

true if the PowerWEB control should update itself during a callback, false otherwise.

Remarks

Defaults to true. Set the IsLive property to false to prevent the PowerWEB control from updating itself during a callback, even if it is changed in code behind.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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