C# Class System.Windows.Forms.TabControl.TabPageCollection

Inheritance: IList, ICollection, IEnumerable
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
ICollection void
IList bool
IList int
IList void
IList void
this int
this objectIList.System

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Add() public méthode

public Add ( TabPage value ) : void
value TabPage
Résultat void

Add() public méthode

public Add ( string text ) : void
text string
Résultat void

Add() public méthode

public Add ( string key, string text ) : void
key string
text string
Résultat void

Add() public méthode

public Add ( string key, string text, int imageIndex ) : void
key string
text string
imageIndex int
Résultat void

Add() public méthode

public Add ( string key, string text, string imageKey ) : void
key string
text string
imageKey string
Résultat void

AddRange() public méthode

public AddRange ( TabPage pages ) : void
pages TabPage
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( TabPage page ) : bool
page TabPage
Résultat bool

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( TabPage page ) : int
page TabPage
Résultat int

IndexOfKey() public méthode

public IndexOfKey ( string key ) : int
key string
Résultat int

Insert() public méthode

public Insert ( int index, TabPage tabPage ) : void
index int
tabPage TabPage
Résultat void

Insert() public méthode

public Insert ( int index, string text ) : void
index int
text string
Résultat void

Insert() public méthode

public Insert ( int index, string key, string text ) : void
index int
key string
text string
Résultat void

Insert() public méthode

public Insert ( int index, string key, string text, int imageIndex ) : void
index int
key string
text string
imageIndex int
Résultat void

Insert() public méthode

public Insert ( int index, string key, string text, string imageKey ) : void
index int
key string
text string
imageKey string
Résultat void

Remove() public méthode

public Remove ( TabPage value ) : void
value TabPage
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

RemoveByKey() public méthode

public RemoveByKey ( string key ) : void
key string
Résultat void

TabPageCollection() public méthode

public TabPageCollection ( TabControl owner ) : System
owner TabControl
Résultat System

this() public méthode

public this ( int index ) : TabPage
index int
Résultat TabPage

this() public méthode

public this ( string key ) : TabPage
key string
Résultat TabPage