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

Inheritance: IList, ICollection, IEnumerable
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
ICollection void
IList bool
IList int
IList void
IList void
this int
this objectIList.System

Public Methods

Method 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

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

public Add ( TabPage value ) : void
value TabPage
return void

Add() public method

public Add ( string text ) : void
text string
return void

Add() public method

public Add ( string key, string text ) : void
key string
text string
return void

Add() public method

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

Add() public method

public Add ( string key, string text, string imageKey ) : void
key string
text string
imageKey string
return void

AddRange() public method

public AddRange ( TabPage pages ) : void
pages TabPage
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( TabPage page ) : bool
page TabPage
return bool

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( TabPage page ) : int
page TabPage
return int

IndexOfKey() public method

public IndexOfKey ( string key ) : int
key string
return int

Insert() public method

public Insert ( int index, TabPage tabPage ) : void
index int
tabPage TabPage
return void

Insert() public method

public Insert ( int index, string text ) : void
index int
text string
return void

Insert() public method

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

Insert() public method

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

Insert() public method

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

Remove() public method

public Remove ( TabPage value ) : void
value TabPage
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

RemoveByKey() public method

public RemoveByKey ( string key ) : void
key string
return void

TabPageCollection() public method

public TabPageCollection ( TabControl owner ) : System
owner TabControl
return System

this() public method

public this ( int index ) : TabPage
index int
return TabPage

this() public method

public this ( string key ) : TabPage
key string
return TabPage