Table of Contents

Method NavigateClasses

Namespace
Alternet.Editor.TypeScript
Assembly
Alternet.Editor.TypeScript.v10.dll

NavigateClasses(ComboBox, object, Point, V8Parser)

Updates content of given class ComboBox accordingly to given position.

public static void NavigateClasses(ComboBox comboBox, object document, Point position, V8Parser parser)

Parameters

comboBox ComboBox

ComboBox to process.

document object

Source code document.

position Point

Position in code.

parser V8Parser

Parser process code.