KaxBarcodeGetScriptReferences Method |
Gets a collection of ScriptReference objects
that define script resources that the control requires.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic IEnumerable<ScriptReference> GetScriptReferences()
Public Function GetScriptReferences As IEnumerable(Of ScriptReference)
public:
virtual IEnumerable<ScriptReference^>^ GetScriptReferences() sealed
abstract GetScriptReferences : unit -> IEnumerable<ScriptReference>
override GetScriptReferences : unit -> IEnumerable<ScriptReference>
Return Value
Type:
IEnumerableScriptReference
An
IEnumerable collection of
ScriptReference
objects.
Implements
IScriptControlGetScriptReferences
See Also