Base:
property
Text
System.Windows.Forms.Control.Text
10 references to Text
System.Windows.Forms (10)
winforms\Managed\System\WinForms\GroupBox.cs (10)
537GroupBoxRenderer.DrawGroupBox(e.Graphics, new Rectangle(0, 0, Width, Height), Text, Font, textcolor, textFlags, gbState); 540GroupBoxRenderer.DrawGroupBox(e.Graphics, new Rectangle(0, 0, Width, Height), Text, Font, textFlags, gbState); 576textSize = Size.Ceiling(graphics.MeasureString(Text, Font, textRectangle.Width, format)); 579graphics.DrawString(Text, Font, textBrush, textRectangle, format); 582ControlPaint.DrawStringDisabled(graphics, Text, Font, backColor, textRectangle, format); 602textSize = wg.MeasureText(Text, wfont, new Size(textRectangle.Width , int.MaxValue), flags ); 605wg.DrawText(Text, wfont, textRectangle, ForeColor, flags); 608ControlPaint.DrawStringDisabled(wg, Text, Font, backColor, textRectangle, ((TextFormatFlags) flags)); 719if (IsMnemonic(charCode, Text) && CanProcessMnemonic()) { 761return s + ", Text: " + Text;