Click or drag to resize
KaxBarcodeGetScriptDescriptors Method
Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public IEnumerable<ScriptDescriptor> GetScriptDescriptors()

Return Value

Type: IEnumerableScriptDescriptor
An IEnumerable collection of ScriptDescriptor objects.

Implements

IScriptControlGetScriptDescriptors
See Also