Table of Contents

Interface ICodeCompletionPopup

Namespace
Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.UI.v9.dll

Represents a pop-up window for Code Completion controller.

public interface ICodeCompletionPopup

Properties

Visible

When implemented by a class, indicates whether pop-up window is visible.

Methods

ChangeSelection(ChangePopupSelectionCommand)

When implemented by a class, changes selection accordingly to specified command.

Close()

When implemented by a class, closes pop-up control.

GetItems()

When implemented by a class, represents list of items in a string form.

GetSelectedItem()

When implemented by a class, finds out currently selected item in the pop-up window.

SetItems(IEnumerable<Symbol>)

When implemented by a class, updates Symbol collection to the pop-up control.

Show(Control, Point)

When implemented by a class, displays popup window with specified parameters.