Base:
property
BackColor
System.Windows.Forms.Control.BackColor
2 writes to BackColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (2)
136
this.
BackColor
= opaqueBackColor;
141
this.
BackColor
= dataGridViewCellStyle.BackColor;
3 references to BackColor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
2212
SafeNativeMethods.SetBkColor(new HandleRef(null, dc), ColorTranslator.ToWin32(
BackColor
));
3613
dis.itemID, (DrawItemState)dis.itemState, ForeColor,
BackColor
));
6094
return (comboBox.Enabled) ? comboBox.
BackColor
: SystemColors.Control;