1 reference to FindStringExact
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
481
public int FindStringExact(string s, int startIndex) { return ComboBox.
FindStringExact
(s, startIndex); }