C# Class Habanero.Faces.Win.TabPageCollectionWin

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
GetEnumerator ( ) : IEnumerator
IndexOf ( ITabPage page ) : int

Retrieves the index of the specified tab page in the collection

TabPageCollectionWin ( TabControl 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

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

TabPageCollectionWin() public méthode

public TabPageCollectionWin ( TabControl tabPages ) : System.Collections
tabPages System.Windows.Forms.TabControl
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