C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base Namespace / C1TargetCompositeControlBase Class / GetScriptReferences Method

In This Topic
GetScriptReferences Method (C1TargetCompositeControlBase)
In This Topic
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)
 

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