Tabs for ASP.NET WebForms
GetScriptReferences Method (C1TargetCompositeControlBase)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.Base Namespace > C1TargetCompositeControlBase Class : GetScriptReferences Method
When overridden in a derived class, registers an additional script libraries for the extender control.
Syntax
'Declaration
 
Public Overridable Function GetScriptReferences() As System.Collections.Generic.IEnumerable(Of ScriptReference)
public virtual System.Collections.Generic.IEnumerable<ScriptReference> GetScriptReferences()

Return Value

An object that implements the System.Collections.IEnumerable interface and that contains ECMAScript (JavaScript) files that have been registered as embedded resources.
See Also

Reference

C1TargetCompositeControlBase Class
C1TargetCompositeControlBase Members