C# Class Habanero.Faces.VWG.TabPageCollectionGiz

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

Public Methods

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

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

Clear() public method

Clears all the tab pages.
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

TabPageCollectionGiz() public method

public TabPageCollectionGiz ( TabPageCollection tabPages ) : System.Collections
tabPages TabPageCollection
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