To disable the remove button, override the CanRemoveInstance and return
false. To disable the add button, override the CreateNewItemTypes method and
return a 0 length Type array - e.g. return new Type[0];.
> I implemented a class that inherited the
> System.ComponentMode.Design.CollectionEditor.
[quoted text clipped - 3 lines]
>
> Reference) I can control their Visible property to false.