IPageControlSheets

Description

The IPageControlSheets interface contains properties and methods of the pages collection of the PageControl component.

Properties

  Property name Brief description
Count

The Count property returns the number of hierarchies in the collection.
Item

The Item property returns the specified component page parameters.

Methods

  Method name Brief description
Add

The Add method adds a page to the collection of component pages.
Clear

The Clear method removes all pages of the component.
Insert

The Insert method inserts a new page into the specified position of the collection.
Remove

The Remove method removes the specified page from the component.
RemoveAt

The RemoveAt method removes the page with the specified index from the collection.

See also:

Forms Assembly Interfaces