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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top