InsertTab() private méthode

private InsertTab ( int index, TabPage value ) : void
index int
value TabPage
Résultat void
Exemple #1
0
 public void Insert(int index, string text)
 {
     owner.InsertTab(index, new TabPage(text));
 }