1 override of GetOuterBorderColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (1)
41
protected override Color
GetOuterBorderColor
(ComboBox comboBox)
2 references to GetOuterBorderColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (1)
119
Color outerBorderColor =
GetOuterBorderColor
(comboBox);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (1)
45
return base.
GetOuterBorderColor
(comboBox);