Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImageCollectionEditor Class / CreateCollectionForm Method


In This Topic
    CreateCollectionForm Method (SpreadImageCollectionEditor)
    In This Topic
    Creates a new form to display and edit the current collection.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateCollectionForm() As CollectionEditor.CollectionForm
    'Usage
     
    
    Dim instance As SpreadImageCollectionEditor
    Dim value As CollectionEditor.CollectionForm
     
    value = instance.CreateCollectionForm()
    protected override CollectionEditor.CollectionForm CreateCollectionForm()

    Return Value

    A System.ComponentModel.Design.CollectionEditor.CollectionForm to provide as the user interface for editing the collection.
    See Also