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