C# 클래스 Habanero.Faces.VWG.TabPageCollectionGiz

Contains the collection of controls that the TabPage uses
상속: ITabPageCollection
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
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