2 references to ComboBoxBorder
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (2)
671
return (comboBox.Enabled) ? SystemColors.Window : GetColorTable(comboBox as ToolStripComboBoxControl).
ComboBoxBorder
;
681
return (focused) ? GetColorTable(comboBox as ToolStripComboBoxControl).
ComboBoxBorder
: SystemColors.Window;