Base:
property
Text
System.Windows.Forms.Control.Text
1 write to Text
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
901
groupBoxMainContent.
Text
= SR.RMPublishingMainContentGroupLabel;
11 references to Text
System.Windows.Forms (11)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (11)
16
[DefaultProperty(nameof(
Text
))]
435
Text
,
446
Text
,
485
textSize = Size.Ceiling(graphics.MeasureString(
Text
, Font, textRectangle.Width, format));
489
graphics.DrawString(
Text
, Font, textBrush, textRectangle, format);
493
ControlPaint.DrawStringDisabled(graphics,
Text
, Font, backColor, textRectangle, format);
514
textSize = hdc.HDC.MeasureText(
Text
, hfont, new Size(textRectangle.Width, int.MaxValue), (TextFormatFlags)flags);
518
hdc.HDC.DrawText(
Text
, hfont, textRectangle, ForeColor, (TextFormatFlags)flags);
524
Text
,
622
if (IsMnemonic(charCode,
Text
) && CanProcessMnemonic())
650
public override string ToString() => $"{base.ToString()}, Text: {
Text
}";