I am using a version of a binding navigator that we had to modify to do some additional tasks. When the Edit button is pressed, it changes to an undo button. I would like to have the button be set to an image for Edit and for Undo in the code.
instead of
myBindingNavigator.Items(12).Text = "EDIT"
I want to set the image property to the EditTable bitmap I have imported into the resources.
Thanks for your help!
Meryl
instead of
myBindingNavigator.Items(12).Text = "EDIT"
I want to set the image property to the EditTable bitmap I have imported into the resources.
Thanks for your help!
Meryl