Skip to content

Commit 4156afe

Browse files
Update CustomButton.cs (#13387)
Tell VS to open this file in the code editor when double-clicked in the solution explorer
1 parent 86c9d4f commit 4156afe

File tree

1 file changed

+1
-0
lines changed
  • src/test/integration/DesignSurface/DemoConsole/CustomControls

1 file changed

+1
-0
lines changed

src/test/integration/DesignSurface/DemoConsole/CustomControls/CustomButton.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
namespace TestConsole;
55

6+
[DesignerCategory("Default")]
67
[Designer(typeof(CustomButtonDesigner), typeof(IDesigner))]
78
public class CustomButton : Button
89
{

0 commit comments

Comments
 (0)