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