PowerWEB LiveControls for ASP.NET
GetScriptStyleReference Method
See Also  Send comments on this topic.
Dart.LiveControls Namespace > ILiveControl Interface : GetScriptStyleReference Method



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

Syntax

Visual Basic (Declaration) 
Function GetScriptStyleReference() As String
Visual Basic (Usage)Copy Code
Dim instance As ILiveControl
Dim value As String
 
value = instance.GetScriptStyleReference()
C# 
string GetScriptStyleReference()
C++/CLI 
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

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.