VB reset the Cancel Button to (none)

  • Thread starter Thread starter Michael Beatty
  • Start date Start date
M

Michael Beatty

In my application the accept and cancel buttons change depending on which
panels are visible, my question is how do I reset the cancel button to
"(none)" property.

to change the buttons I use -
me.cancelbutton = btnCancel

how do I change it back to (none)?
 
Back
Top