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