ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1BinaryImage Namespace / C1BinaryImage Class / GetScriptDescriptors Method

In This Topic
    GetScriptDescriptors Method (C1BinaryImage)
    In This Topic
    No need registers the WidgetDescriptor objects for the control.
    Syntax
    'Declaration
     
    Public Overrides Function GetScriptDescriptors() As System.Collections.Generic.IEnumerable(Of ScriptDescriptor)
    public override System.Collections.Generic.IEnumerable<ScriptDescriptor> GetScriptDescriptors()
    See Also