C# Class Habanero.Faces.VWG.TabPageCollectionGiz

Contains the collection of controls that the TabPage uses
Inheritance: ITabPageCollection
Afficher le fichier Open project: Chillisoft/habanero.faces

Méthodes publiques

Méthode Description
Add ( ITabPage page ) : void

Adds a tab page to the collection

Clear ( ) : void

Clears all the tab pages.

GetEnumerator ( ) : IEnumerator
IndexOf ( ITabPage page ) : int

Retrieves the index of the specified tab page in the collection

TabPageCollectionGiz ( TabPageCollection tabPages ) : System.Collections
this ( int index ) : ITabPage

Indicates the tab page at the specified indexed location in the collection

Method Details

Add() public méthode

Adds a tab page to the collection
public Add ( ITabPage page ) : void
page ITabPage
Résultat void

Clear() public méthode

Clears all the tab pages.
public Clear ( ) : void
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

Retrieves the index of the specified tab page in the collection
public IndexOf ( ITabPage page ) : int
page ITabPage
Résultat int

TabPageCollectionGiz() public méthode

public TabPageCollectionGiz ( TabPageCollection tabPages ) : System.Collections
tabPages TabPageCollection
Résultat System.Collections

this() public méthode

Indicates the tab page at the specified indexed location in the collection
public this ( int index ) : ITabPage
index int
Résultat ITabPage