Base:
property
Text
System.Windows.Forms.Control.Text
1 override of Text
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
421
public override string
Text
2 writes to Text
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
426
base.
Text
= value;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripEditorManager.cs (1)
132
Text
= "InSituEditorWrapper";
2 references to Text
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
423
get => base.
Text
;
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
100
public virtual string Title => base.
Text
;