Table of Contents

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 ComboBox

ComboBox to process.

document object

Source code document.

position Point

Receives start point of currently selected syntax element.

parser V8Parser

Parser process code.

Returns

bool

True if succeed; otherwise false.