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