System.Windows.Forms.TabControl.TabPageCollection.this C# (CSharp) Method

this() private method

private this ( int index ) : objectIList.System
index int
return objectIList.System
			object IList.this [int index] {
				get {
					return owner.GetTab (index);
				}
				set {
					owner.SetTab (index, (TabPage) value);
				}
			}

Same methods

TabControl.TabPageCollection::this ( int index ) : TabPage
TabControl.TabPageCollection::this ( string key ) : TabPage
TabControl.TabPageCollection::this ( TabPage tabPage ) : int