Registers the script references for C1ComboBox.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

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

Return Value

Returns a collection of ScriptReference instances with the required client-script blocks.

See Also