I want to program a Windows Form Application which has some pages. For this reason, I am using TabControl control which has some tabs, but i don't want to show tab switcher header, how can i hide or remove tab control header ? ( which we use it to switch between tabs )
I want to switch between tabs under conditions, for example if first tab has some text box, after filling out it, and pressing next button, second tab appears. ( But i don't want use tab switcher manually, and i want to hide it )
Thanks for your attention.

