5 references to DisabledColor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\GroupBox.cs (1)
555
Color backColor =
DisabledColor
;
winforms\Managed\System\WinForms\Label.cs (1)
1527
color = wg.GetNearestColor((Enabled) ? ForeColor :
DisabledColor
);
winforms\Managed\System\WinForms\LinkLabel.cs (3)
191
iedisabledLinkColor = ControlPaint.Dark(
DisabledColor
);
1250
ControlPaint.DrawStringDisabled(e.Graphics, Text, Font,
DisabledColor
, ClientRectWithPadding, stringFormat);
1256
foreColor = wg.GetNearestColor(
DisabledColor
);