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
comboBox
ComboBoxComboBox to process.
document
objectSource code document.
position
PointReceives start point of currently selected syntax element.
parser
V8ParserParser process code.
Returns
- bool
True if succeed; otherwise false.