C# 클래스 System.Windows.Forms.TabControl.TabPageCollection

상속: IList, ICollection, IEnumerable
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ICollection void
IList bool
IList int
IList void
IList void
this int
this objectIList.System

공개 메소드들

메소드 설명
Add ( TabPage value ) : void
Add ( string text ) : void
Add ( string key, string text ) : void
Add ( string key, string text, int imageIndex ) : void
Add ( string key, string text, string imageKey ) : void
AddRange ( TabPage pages ) : void
Clear ( ) : void
Contains ( TabPage page ) : bool
ContainsKey ( string key ) : bool
GetEnumerator ( ) : IEnumerator
IndexOf ( TabPage page ) : int
IndexOfKey ( string key ) : int
Insert ( int index, TabPage tabPage ) : void
Insert ( int index, string text ) : void
Insert ( int index, string key, string text ) : void
Insert ( int index, string key, string text, int imageIndex ) : void
Insert ( int index, string key, string text, string imageKey ) : void
Remove ( TabPage value ) : void
RemoveAt ( int index ) : void
RemoveByKey ( string key ) : void
TabPageCollection ( TabControl owner ) : System
this ( int index ) : TabPage
this ( string key ) : TabPage

비공개 메소드들

메소드 설명
ICollection ( Array dest, int index ) : void
IList ( object page ) : bool
IList ( object value ) : int
IList ( int index, object tabPage ) : void
IList ( object value ) : void
this ( TabPage tabPage ) : int
this ( int index ) : objectIList.System

메소드 상세

Add() 공개 메소드

public Add ( TabPage value ) : void
value TabPage
리턴 void

Add() 공개 메소드

public Add ( string text ) : void
text string
리턴 void

Add() 공개 메소드

public Add ( string key, string text ) : void
key string
text string
리턴 void

Add() 공개 메소드

public Add ( string key, string text, int imageIndex ) : void
key string
text string
imageIndex int
리턴 void

Add() 공개 메소드

public Add ( string key, string text, string imageKey ) : void
key string
text string
imageKey string
리턴 void

AddRange() 공개 메소드

public AddRange ( TabPage pages ) : void
pages TabPage
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( TabPage page ) : bool
page TabPage
리턴 bool

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( TabPage page ) : int
page TabPage
리턴 int

IndexOfKey() 공개 메소드

public IndexOfKey ( string key ) : int
key string
리턴 int

Insert() 공개 메소드

public Insert ( int index, TabPage tabPage ) : void
index int
tabPage TabPage
리턴 void

Insert() 공개 메소드

public Insert ( int index, string text ) : void
index int
text string
리턴 void

Insert() 공개 메소드

public Insert ( int index, string key, string text ) : void
index int
key string
text string
리턴 void

Insert() 공개 메소드

public Insert ( int index, string key, string text, int imageIndex ) : void
index int
key string
text string
imageIndex int
리턴 void

Insert() 공개 메소드

public Insert ( int index, string key, string text, string imageKey ) : void
index int
key string
text string
imageKey string
리턴 void

Remove() 공개 메소드

public Remove ( TabPage value ) : void
value TabPage
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

RemoveByKey() 공개 메소드

public RemoveByKey ( string key ) : void
key string
리턴 void

TabPageCollection() 공개 메소드

public TabPageCollection ( TabControl owner ) : System
owner TabControl
리턴 System

this() 공개 메소드

public this ( int index ) : TabPage
index int
리턴 TabPage

this() 공개 메소드

public this ( string key ) : TabPage
key string
리턴 TabPage