Dart.PowerWEB.TextBox Namespace > HtmlBox Class : GetScriptObjectReference Method |
Returns a client-side reference to the element.
[Visual Basic]
Public Function GetScriptObjectReference() As String
[C#]
public string GetScriptObjectReference();
[C++]
public: string* GetScriptObjectReference();
[C++/CLI]
public:
String^ GetScriptObjectReference();
Returns a client-side reference to the element corresponding to the PowerWEB control.
For example, if the PowerWEB control is LiveButton1, it would return "pwObj("LiveButton1")" (depending on the browser).
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.