Reputation: 1001
I want to have the toolbox in Visual Studio to show a custom name for my user control library instead of the library namespace
Currently shows as next picture
I want to show
Company buttons
instead of Company.UI.Controls Components
How can I do that?
Upvotes: 0
Views: 64
Reputation: 476
To rename a tab in the Visual Studio Toolbox, you can right-click on the tab and select "Rename Tab". This action allows you to provide a new name for the tab.
References:
https://learn.microsoft.com/en-us/visualstudio/ide/reference/toolbox?view=vs-2022
Upvotes: 0