Base:
property
Text
System.Windows.Forms.Panel.Text
10 writes to Text
System.Windows.Forms (10)
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (8)
101
Text
= text
107
Text
= text
113
Text
= text,
120
Text
= text,
250
Text
= text
256
Text
= text
264
Text
= text
278
Text
= text
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
38
Text
= null;
46
Text
= text;
3 references to Text
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2140
string text = tabPage.
Text
;
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
757
public override string ToString() => $"TabPage: {{{
Text
}}}";
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
51
public override string? Name => _owningTabPage.
Text
;