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

GetScriptStyleReference Method

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : GetScriptStyleReference Method

Returns a client-side reference to the style object of the element.

[Visual Basic]
Public Function GetScriptStyleReference() As String
[C#]
public string GetScriptStyleReference();
[C++]
public: string* GetScriptStyleReference();
[C++/CLI]
public: String^ GetScriptStyleReference();

Remarks

Returns a client-side reference to the style object of the element corresponding to the PowerWEB control.

For example, if the PowerWEB control is LiveButton1, it would return "pwObj("LiveButton1").style" (depending on the browser).

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.