ComponentOne Tabs for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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)
    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