Dart.PowerWEB.TextBox Namespace > HtmlBox Class : BufferedScript Property |
Gets the client-side script which will be written to the response stream when the callback request is ended.
[Visual Basic]
<BrowsableAttribute(False)>
Public ReadOnly Property BufferedScript As StringWriter
[C#]
[BrowsableAttribute(false)]
public StringWriter BufferedScript {get;}
[C++]
[BrowsableAttribute(false)]
public: __property StringWriter* get_BufferedScript();
[C++/CLI]
[BrowsableAttribute(false)]
public:
property StringWriter^ BufferedScript {
StringWriter^ get();
}
A StringWriter object that contains buffered script for a callback response.
Use the BufferedScript property to modify the client-side script to be sent in response to a callback.
For example, to dynamically change the flow of a label (from bottom to top instead of left to right):
LiveLabel1.BufferedScript.Write(LiveLabel1.GetScriptStyleReference() + ".writingMode = 'tb-rl';");
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.