Skip to content

Commit ea7e63e

Browse files
authored
Merge pull request #5600 from TerryGLee/tglee-include
rename programming language control INCLUDE file
2 parents 78d69ad + 0f5e0dd commit ea7e63e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/ide/step-6-name-your-button-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can verify the names by choosing the control selector drop-down list in the
5959
End Sub
6060
```
6161

62-
[!INCLUDE [devlang-control](./includes/devlang-control.md)]
62+
[!INCLUDE [devlang-control-csharp-vb](./includes/devlang-control-csharp-vb.md)]
6363

6464
You're looking at code called `showButton_Click()` (alternatively, `ShowButton_Click()`). The IDE added this to the form's code when you opened the code file for the **showButton** button. At design-time, when you open the code file for a control in a form, code is generated for the control if it doesn't already exist. This code, known as a *method*, runs when you run your app and choose the control - in this case, the **Show a picture** button.
6565

0 commit comments

Comments
 (0)