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
comboBox
ComboBoxComboBox control to process.
document
objectSource code document.
position
PointPosition in code.
parser
V8ParserParser process code.