Skip to content

Commit ae294bf

Browse files
Merge pull request #13645 from anandmeg/uuf-359199
Add dock and anchor control link
2 parents f80bebb + 44e3d1d commit ae294bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Create a Windows Forms app with C#"
33
description: Create a Windows Forms app in Visual Studio with C#, add button controls to the form, and run the code to test your application.
44
ms.custom: vs-acquisition
5-
ms.date: 01/24/2025
5+
ms.date: 02/26/2025
66
ms.topic: tutorial
77
ms.devlang: csharp
88
author: anandmeg
@@ -114,8 +114,8 @@ After you select your C# project template and name your project, Visual Studio o
114114

115115
:::image type="content" source="../ide/media/vb-button-control-function.png" alt-text="Screenshot showing the new name for the button.":::
116116

117-
> [!NOTE]
118-
> If you alphabetized the list in the **Properties** window, **Button1** appears in the **(DataBindings)** section, instead.
117+
If you alphabetized the list in the **Properties** window, **Button1** appears in the **(DataBindings)** section, instead.
118+
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.
119119

120120
### Add a label to the form
121121

@@ -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)