1 override of GetPopupOuterBorderColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (1)
51
protected override Color
GetPopupOuterBorderColor
(ComboBox comboBox, bool focused)
2 references to GetPopupOuterBorderColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (1)
115
Color borderPenColor =
GetPopupOuterBorderColor
(comboBox, focused);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (1)
55
return base.
GetPopupOuterBorderColor
(comboBox, focused);