Modify button name in Winform

  • Thread starter Thread starter Ronny
  • Start date Start date
R

Ronny

If I modify a property button name in my winform application I still have an
old name in the designer in a certain place, while in most places it was
modified automatically. The progran seems to work fine with the left over
old name but I would like to cahnge it also.
Is there a way to doa that?
Regards
Ronny
 
The main place that gets left behind is event handler names. You can
rename them in the code window by right-clicking, refactor, rename -
and change it to what you want; it should be updated where needed.

Marc
 
Back
Top