Table of Contents

Method SelectItem

Namespace
Alternet.Editor.IronPython
Assembly
Alternet.Editor.IronPython.v10.dll

SelectItem(ComboBox, out Point)

Finds position of the syntax element linked to the currently selected item in the ComboBox control.

public static bool SelectItem(ComboBox comboBox, out Point position)

Parameters

comboBox ComboBox

ComboBox to process.

position Point

Receives start point of currently selected syntax element.

Returns

bool

True if succeed; otherwise false.