Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TabControl" /> class.
 /// </summary>
 public TabControl()
 {
     _Tabs = new TabCollection(this);
     this.ActiveTabPageIndex = 0;
     this.Pills = false;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="TabControl" /> class.
 /// </summary>
 public TabControl()
 {
     _Tabs = new TabCollection(this);
     this.ActiveTabPage = 0;
     this.Pills = false;
 }