Base:
property
ForeColor
System.Windows.Forms.TextBoxBase.ForeColor
4 references to ForeColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (4)
2545
InternalSetForeColor(
ForeColor
);
3212
if (
ForeColor
.IsSystemColor)
3214
InternalSetForeColor(
ForeColor
);
3525
InternalSetForeColor(
ForeColor
);