Whenever I dropped a DataGridView onto my form, a Binding Navigator ToolStrip
also installed over the DataGridView control.
The actions on the ToolStrip control work great! In fact, for some of my
File Menu items, I'd be happy to just call the method that the ToolStrip item
calls (i.e. File | New).
I've searched through my project (even the hidden/partial files), but I can
not find any instance where these methods are called.
For my File Menu's New item (miFileNew), how can I get it to call the
Binding Navigator's ToolStrip item "bnAddNew"?
|