Base:
property
ForeColor
System.Windows.Forms.Control.ForeColor
1 write to ForeColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxEditingControl.cs (1)
86ForeColor = dataGridViewCellStyle.ForeColor;
4 references to ForeColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2086PInvokeCore.SetTextColor(dc, (COLORREF)(uint)ColorTranslator.ToWin32(ForeColor)); 3699ForeColor,
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (2)
306? comboBox.ForeColor 421: comboBox.ForeColor;