Skip to content

Commit de3ee28

Browse files
committed
Fix link
1 parent 9e39575 commit de3ee28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,9 @@ 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+
If you alphabetized the list in the **Properties** window, **Button1** appears in the **(DataBindings)** section, instead.
117118
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.
118119

119-
> [!NOTE]
120-
> If you alphabetized the list in the **Properties** window, **Button1** appears in the **(DataBindings)** section, instead.
121-
122120
### Add a label to the form
123121

124122
After you add a button control to create an action, add a label control to receive the text.

0 commit comments

Comments
 (0)