Events Tab for Collection Editor Property Grid

J

Jeremy Williams

(Note: this is a C# project)

Does anyone know how to show an Events tab on the propertygrid of a custom
collection editor?

I am trying to create an extender provider that allows the developer to
associate one or more buttons with (almost) any control on the form. It
would show a Buttons collection property on any control it is extending
(that would look similar to the Windows Forms Toolbar button collection in
the property grid).

When my custom button collection editor is displayed, I want to have an
event tab in the property grid for each button in the collection, similar to
the way C# projects have the Events tab when you select any Windows Forms
control. That way, the developer can select event procedures for each
button's click event separately. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top