9 references to TabPage
System.Windows.Forms (9)
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (8)
99
public void Add(string? text) => Add(new
TabPage
104
public void Add(string? key, string? text) => Add(new
TabPage
110
public void Add(string? key, string? text, int imageIndex) => Add(new
TabPage
117
public void Add(string? key, string? text, string imageKey) => Add(new
TabPage
248
public void Insert(int index, string? text) => Insert(index, new
TabPage
253
public void Insert(int index, string? key, string? text) => Insert(index, new
TabPage
261
TabPage page =
new
()
275
TabPage page =
new
()
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
44
public TabPage(string? text) :
this
()