Files
docs-desktop/dotnet-desktop-guide/framework/winforms/advanced/how-to-change-the-value-of-an-existing-setting-at-design-time.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

1.5 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
How To: Change the Value of an Existing Setting at Design Time 03/30/2017
application settings [Windows Forms], design time
application settings [Windows Forms], changing
5da91272-ad7e-49e7-9d1f-eb64439a1e4d

How To: Change the Value of an Existing Setting at Design Time

You can use Visual Studio to edit the values of existing settings in your project.

To Change the Value of an Existing Setting at Design Time in C#

  1. In Solution Explorer, expand the Properties node of your project.

  2. Double-click the .settings file in which you want to add a new setting. The default name for this file is Settings.settings.

  3. In the Settings designer, find the setting for which you want to change the value and type the new value in the Value column.

To Change the Value of an Existing Setting at Design Time in Visual Basic

  1. In Solution Explorer, right-click your project node and choose Properties.

  2. In the Properties page, select the Settings tab.

  3. In the Settings designer, find the setting for which you want to change the value and type the new value in the Value column.

See also