TabPages Property

Gets the collection of TabPages.

object.TabPages as collection

Notes

After inserting a new tab control, use this property to open the Tab Pages Editor and create, modify re-order or remove tabs (tab page objects in the TabPages collection).

Creating a tab page

Use the Add button to create new tab pages. A tab will be created to the right of any existing tabs.

TIP:

Alternatively, on the control itself, you can click the Add button () to the far right of the tab buttons to insert additional Tab Pages.

Deleting a tab page

Use the Remove button to delete the currently selected tab page from the collection.

Changing the order of tab pages

To reorder tab pages in the control click the re-order buttons.

TIP:

Alternatively, you can drag and drop tab pages in the Editor to the desired position.

Modifying tab page properties

Properties relating to the selected tab page will load in the properties pane. Use these properties to change the appearance and behavior associated with individual tab pages.

See Also

TabPage object | TabPages collection | Tab control | Add method | Remove method | Caption property | TabColor property | ForeColor property

Applies To

Tab control


© 2004-2021 looksoftware. All rights reserved.