5 references to Select
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1074
Select
(SelectionStart, value);
1096
Select
(value, SelectionLength);
3055
Select
(0, Text.Length);
3370
Select
(0, int.MaxValue);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
317
public void Select(int start, int length) { ComboBox.
Select
(start, length); }