Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("Behavior")> <DefaultValueAttribute()> <DartDescriptionAttribute("Gets or sets whether the control updates itself within a callback.")> Public Property IsLive As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Upload Dim value As Boolean instance.IsLive = value value = instance.IsLive |
C# | |
---|---|
[CategoryAttribute("Behavior")] [DefaultValueAttribute()] [DartDescriptionAttribute("Gets or sets whether the control updates itself within a callback.")] public bool IsLive {get; set;} |
C++/CLI | |
---|---|
[CategoryAttribute("Behavior")] [DefaultValueAttribute()] [DartDescriptionAttribute("Gets or sets whether the control updates itself within a callback.")] 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.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.
Target Platforms: Microsoft .NET Framework 2.0