SubMenuStyleCollectionEditor.CreateCollectionForm Method

Definition

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

protected:
 override System::ComponentModel::Design::CollectionEditor::CollectionForm ^ CreateCollectionForm();
protected override System.ComponentModel.Design.CollectionEditor.CollectionForm CreateCollectionForm ();
override this.CreateCollectionForm : unit -> System.ComponentModel.Design.CollectionEditor.CollectionForm
Protected Overrides Function CreateCollectionForm () As CollectionEditor.CollectionForm

Returns

An instance of the CollectionEditor.CollectionForm to use as the SubMenuStyleCollectionEditor.

Remarks

The CreateCollectionForm method calls the CreateCollectionForm base method to create the SubMenuStyleCollectionEditor form, and then formats a caption for the form.

Applies to

See also