mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 23:43:29 +02:00
* 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
1.5 KiB
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 |
|
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#
-
In Solution Explorer, expand the Properties node of your project.
-
Double-click the .settings file in which you want to add a new setting. The default name for this file is Settings.settings.
-
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
-
In Solution Explorer, right-click your project node and choose Properties.
-
In the Properties page, select the Settings tab.
-
In the Settings designer, find the setting for which you want to change the value and type the new value in the Value column.