Registers the script libraries for the control.

Namespace:  C1.Web.UI.Controls.C1ToolBarContainer
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
protected override List<ScriptReference> GetScriptReferences()
Visual Basic (Declaration)
Protected Overrides Function GetScriptReferences As List(Of ScriptReference)

Return Value

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

See Also