Table of Contents

Class DescriptiveCollectionEditor

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

Provides a user interface with a scaled description panel that can edit most types of collections at design time.

public class DescriptiveCollectionEditor : CollectionEditor
Inheritance
DescriptiveCollectionEditor
Derived
Inherited Members

Constructors

DescriptiveCollectionEditor(Type)

Initializes a new instance of the DescriptiveCollectionEditor class using the specified type.

public DescriptiveCollectionEditor(Type type)

Parameters

type Type

The type of the collection for this editor to edit.

Methods

CreateCollectionForm()

Creates a new form to display and edit the current collection.

protected override CollectionEditor.CollectionForm CreateCollectionForm()

Returns

CollectionEditor.CollectionForm

A CollectionEditor.CollectionForm to provide as the user interface for editing the collection.