Method SelectItem
- Namespace
- Alternet.Editor.TypeScript
- Assembly
- Alternet.Editor.TypeScript.v10.dll
SelectItem(ComboBox, object, out Point, V8Parser)
Finds position of the syntax element linked to the currently selected item in the ComboBox control.
public static bool SelectItem(ComboBox comboBox, object document, out Point position, V8Parser parser)
Parameters
comboBoxComboBoxComboBox to process.
documentobjectSource code document.
positionPointReceives start point of currently selected syntax element.
parserV8ParserParser process code.
Returns
- bool
True if succeed; otherwise false.