Subclass the BindingNavigator
I would like to subclass the BindingNavigator so I can change the baseclass of the ToolStripButtons to GToolStripButton which adds some functionality to the ToolStripButton class.
When I subclass the ToolStripButton, I end up with a class which does not show in the ToolBox, and so I cannot drag and drop onto a BindingNavigator.
In fact, the only way to add a button to the BindingNavigator in the designer is to use the designer itself. But this prevents me from specifying a bass class for the buttons.
Suggestions appreciated.
Greg Gum

