Gets the script descriptors.

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

Syntax

C#
protected override IEnumerable<ScriptDescriptor> GetScriptDescriptors(
	Control targetControl
)
Visual Basic (Declaration)
Protected Overrides Function GetScriptDescriptors ( _
	targetControl As Control _
) As IEnumerable(Of ScriptDescriptor)

Parameters

targetControl
Type: System.Web.UI..::..Control
The target control.

Return Value

See Also