tags:

views:

16

answers:

0

Hi!

I would like to have a ToolStripSplitButton that invokes it's last invoked DropDownItemClick in Click event.

If You've used Abby FineReader then You know what I meam.

I know I can link everything in a form class but I would like to have a deriver class that does it out of the box.

I could do it easyly if public ToolStripItemCollection DropDownItems { get; } was virtual - but it isnt.

Also there is no ItemAdded, ItemRemoved events. So Any ideas ?

Thanks!