Method SelectItem
SelectItem(ComboBox, out Point)
Finds position of the syntax element linked to the currently selected item in the ComboBox control.
public static bool SelectItem(ComboBox comboBox, out Point position)
Parameters
comboBox
ComboBoxComboBox to process.
position
PointReceives start point of currently selected syntax element.
Returns
- bool
True if succeed; otherwise false.