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

Insert() public method

public Insert ( int index, TabPage tabPage ) : void
index int
tabPage TabPage
return void
			public void Insert (int index, TabPage tabPage)
			{
				owner.InsertTab (index, tabPage);
			}

Same methods

TabControl.TabPageCollection::Insert ( int index, string text ) : void
TabControl.TabPageCollection::Insert ( int index, string key, string text ) : void
TabControl.TabPageCollection::Insert ( int index, string key, string text, int imageIndex ) : void
TabControl.TabPageCollection::Insert ( int index, string key, string text, string imageKey ) : void