If I have a standard TabControl element in Form design view, how can I programmatically create a new Tab with a Button with contains preset elements such as TextBox, Button etc., or how can I set the Tab to load another Form within itself?
Is this possible?