Base:
property
ForeColor
System.Windows.Forms.Control.ForeColor
1 write to ForeColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
143
this.
ForeColor
= dataGridViewCellStyle.ForeColor;
2 references to ForeColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
2211
SafeNativeMethods.SetTextColor(new HandleRef(null, dc), ColorTranslator.ToWin32(
ForeColor
));
3613
dis.itemID, (DrawItemState)dis.itemState,
ForeColor
, BackColor));