Skip to content

Commit 44e3d1d

Browse files
committed
Add for 2022 moniker
1 parent de3ee28 commit 44e3d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/create-csharp-winform-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ After you select your C# project template and name your project, Visual Studio o
167167

168168
:::image type="content" source="media/vs-2022/csharp-winform-button-properties-design-name.png" alt-text="Screenshot that shows the new name for the button.":::
169169

170-
> [!NOTE]
171-
> If you alphabetized the list in the **Properties** window, **button1** appears in the **(DataBindings)** section, instead.
170+
If you alphabetized the list in the **Properties** window, **Button1** appears in the **(DataBindings)** section, instead.
171+
You can [dock or anchor](/dotnet/desktop/winforms/controls/how-to-dock-and-anchor) the controls on your form to help with automatic placement and sizing, when the form changes size.
172172

173173
### Add a label to the form
174174

0 commit comments

Comments
 (0)