Method FillClassesAsync
- Namespace
- Alternet.Editor.TypeScript
- Assembly
- Alternet.Editor.TypeScript.v10.dll
FillClassesAsync(ComboBox, object, Point, V8Parser)
Fills given ComboBox with list of classes obtained from specified document at the given position.
public static Task FillClassesAsync(ComboBox comboBox, object document, Point position, V8Parser parser)
Parameters
comboBoxComboBoxComboBox control to process.
documentobjectSource code document.
positionPointPosition in code.
parserV8ParserParser process code.