See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

IsLive Property

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); }

Return Type

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

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.