Objectives
WebTab gives you many options to configure the behaviors of your WebTab, one of them is to configure it to be closable. This tutorial will guide you to configure it.
1. Drag WebTab into a WebForm to create a new WebTab's instance.
2. Create few more TabItem objects by clicking "Add New Tab".

3. To make the close button in WebTabItem visible, right click on the WebTab object, and choose Properties to display Properties window. Choose "AllowClose" from the property window and set it to "Yes".

4. Save all the changes, build and run it. In the browser, you should see something like the following.

5. You can click on
button to close the
TabItem. After you close the TabItem, it will straight away display the next TabItem.

Related Tutorials
{Creating Simple Tab}