C# Класс Habanero.Faces.VWG.TabPageCollectionGiz

Contains the collection of controls that the TabPage uses
Наследование: ITabPageCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

Adds a tab page to the collection
public Add ( ITabPage page ) : void
page ITabPage
Результат void

Clear() публичный Метод

Clears all the tab pages.
public Clear ( ) : void
Результат void

GetEnumerator() публичный Метод

public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

IndexOf() публичный Метод

Retrieves the index of the specified tab page in the collection
public IndexOf ( ITabPage page ) : int
page ITabPage
Результат int

TabPageCollectionGiz() публичный Метод

public TabPageCollectionGiz ( TabPageCollection tabPages ) : System.Collections
tabPages TabPageCollection
Результат System.Collections

this() публичный Метод

Indicates the tab page at the specified indexed location in the collection
public this ( int index ) : ITabPage
index int
Результат ITabPage