C# Class Habanero.Faces.Win.TabPageCollectionWin

Contains the collection of controls that the TabPage uses
Inheritance: ITabPageCollection
Datei anzeigen Open project: Chillisoft/habanero.faces

Public Methods

Method 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 method

Adds a tab page to the collection
public Add ( ITabPage page ) : void
page ITabPage
return void

Clear() public method

public Clear ( ) : void
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

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

TabPageCollectionWin() public method

public TabPageCollectionWin ( TabControl tabPages ) : System.Collections
tabPages System.Windows.Forms.TabControl
return System.Collections

this() public method

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