Skip to content

Commit

Permalink
highlight VB in important note
Browse files Browse the repository at this point in the history
  • Loading branch information
adegeo committed Apr 30, 2024
1 parent 5988e88 commit 710a9b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ After [you add a custom control to your project](#add-a-custom-control-to-a-proj
01. Change the base class from `Control` to `Button`.

> [!IMPORTANT]
> If you're using Visual Basic, the base class is defined in the _\*.designer.vb_ file of your control. The base class to use in Visual Basic is `System.Windows.Forms.Button`.
> If you're using **Visual Basic**, the base class is defined in the _\*.designer.vb_ file of your control. The base class to use in Visual Basic is `System.Windows.Forms.Button`.
01. Add a class-scoped variable named `_counter`.

Expand Down

0 comments on commit 710a9b7

Please sign in to comment.