Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add user control to tab page

How to add user control to tab page from Designer. Is it possible or it can be done only from code?

like image 323
Ivan Tanasijevic Avatar asked Apr 08 '11 08:04

Ivan Tanasijevic


People also ask

What is the purpose of tab control?

The Windows Forms TabControl displays multiple tabs, like dividers in a notebook or labels in a set of folders in a filing cabinet. The tabs can contain pictures and other controls. Use the TabControl to create property pages.


1 Answers

Any usercontrols that you have created usually shows up in the "[Your Project Name] Component" tab in the toolbox. you might need to rebuild the project to make sure it refreshes fine

like image 172
Bek Raupov Avatar answered Oct 13 '22 00:10

Bek Raupov