Spread for ASP.NET 11 Product Documentation
RendererClientScriptUrl Property (IRenderer)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace > IRenderer Interface : RendererClientScriptUrl Property
Gets the URL of its HTC file, if this renderer control supports client-side scripting.
Syntax
'Declaration
 
ReadOnly Property RendererClientScriptUrl As String
'Usage
 
Dim instance As IRenderer
Dim value As String
 
value = instance.RendererClientScriptUrl
string RendererClientScriptUrl {get;}

Property Value

String containing the location of the renderer HTC file
Remarks
This is the universal resource locator (URL) of the renderer client script HTML component (HTC) file.
See Also

Reference

IRenderer Interface
IRenderer Members