


To rearrange the order of the tabs, click on the up or down arrows respectively. To edit each Tabpage’s properties, use the Properties window inside this screen. A screen similar to the following Figure will pop up. In your Properties window, click on the TabPages Property. This allows you to add, remove and edit the tabpages on the tabcontrol. The Property to note is the TabPages property. The TabControl has many Methods and properties, as shown here on this MSDN link. This means that instead of separating content into different forms, you could have one TabControl on one form, with all the desired information. It allows for the capability to have multiple little screens of content, all separated into tabs. You can find all of these controls bar one, in your Toolbox under the Containers section as shown in Figure 1.įigure 1 – Standard Container Controls TabControl Now that you know what a Container control’s purpose is, let’s start playing with them, one by one. Container controls can obviously host other Container controls as well then you’re looking at a grandparent, parent and child relationship. The host is known as the parent, and the controls inside the host are known as the children. The Form is the perfect example here, as you put all your controls on the form.
In vb net auto open first item in menustrip how to#
Today I will set this record straight with this article and explain exactly what Container controls are, which Container controls are available, and how to use them What are Container Controls?Ĭontainer controls, as their name implies, are controls that can host other controls inside them. It is as if newbies do not realize the true power of a container control. Container controls are a misunderstood concept for many a new programmer.
