J
John Taylor
How do I invalidate the click event of a sub classed
button from the parent class.
I've created a button usercontrol for my windows form, and
in the click event in the parent if got a confirmation
msgbox. If the user pressed 'cancel', I don't want
the 'click' event of the child control to fire.
Please help, I've sent 2 days on this now and my brain is
hurting.
I know its something to do with inheritance but can't work
out what.
please help
John
button from the parent class.
I've created a button usercontrol for my windows form, and
in the click event in the parent if got a confirmation
msgbox. If the user pressed 'cancel', I don't want
the 'click' event of the child control to fire.
Please help, I've sent 2 days on this now and my brain is
hurting.
I know its something to do with inheritance but can't work
out what.
please help
John