Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Refresh Method |
In a callback, updates the controls client-side representation.
[Visual Basic]
Public Sub Refresh()
[C#]
public void Refresh();
[C++]
public: void Refresh();
[C++/CLI]
public:
void Refresh();
When the request is an incoming callback, this method forces the control to update itself client-side (whether a change was detected within the control or not).
When the request is not an Ajax callback, this method has no effect.
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.