Method GetSelectedPosition
- Namespace
- Alternet.Editor.IronPython
- Assembly
- Alternet.Editor.IronPython.v10.dll
GetSelectedPosition(ComboBox)
Finds position in source code related to the currently selected item in the ComboBox control.
public static Point GetSelectedPosition(ComboBox comboBox)
Parameters
comboBox
ComboBoxComboBox contains list of syntax elements (classes or methods).
Returns
- Point
System.Draw.Point represents start point of current syntax element.