MenuItemStyleCollectionEditor.CreateCollectionForm Method

Definition

Creates a new form to display and edit the current MenuItemStyleCollection object.

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 MenuItemStyleCollectionEditor.

Remarks

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

Applies to

See also