Dart.PowerWEB.TextBox Namespace > HtmlBox Class : IsLive Property |
Gets or sets whether a PowerWEB control updates itself in a callback.
[Visual Basic]
<DefaultValueAttribute()>
Public Property IsLive As Boolean
[C#]
[DefaultValueAttribute()]
public bool IsLive {get; set;}
[C++]
[DefaultValueAttribute()]
public: __property bool get_IsLive();
public: __property void set_IsLive(
bool value
);
[C++/CLI]
[DefaultValueAttribute()]
public:
property bool IsLive {
bool get();
void set (bool 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.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.