Table of Contents

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 ComboBox

ComboBox control to process.

document object

Source code document.

position Point

Position in code.

parser V8Parser

Parser process code.

Returns

Task