Table of Contents

Interface ICodeCompletionBox

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents properties and methods to display a popup window containing Code Completion information presented in the form of a list.

public interface ICodeCompletionBox : ICodeCompletionWindow

Properties

Columns

When implemented by a class, represents collection of ICodeCompletionColumn objects displayed by Code Completion ListBox.

CompletionHint

When implemented by a class, represents CodeCompletion hint object used to display hints next to completion box.

CompletionToolTip

When implemented by a class, represents a tooltip-like control used in a code completion.

DropDownCount

When implemented by a class, gets or sets a value that specifies maximal visible index of the ListBox items within the popup control.

Filter

When implemented by a class, gets or sets filter string used to filter ICodeCompletionBox content.

Filtered

When implemented by a class, gets or sets a boolean value that indicates whether ICodeCompletionBox should filter its content using Filer property.

List

When implemented by a class, represents a content container for ICodeCompletionBox popup control.

ShowTabs

When implemented by a class, gets or sets boolean value that indicates whether codecompletion window should display additional tabs.

Sorted

When implemented by a class, gets or sets a value indicating whether the items in the ICodeCompletionBox are sorted alphabetically.

Visible

When implemented by a class, gets or sets a value indicating whether the control is displayed.

Methods

AddColumn()

When implemented by a class, adds a new column to the ICodeCompletionBox column collection.

ClearColumns()

When implemented by a class, removes all columns from the ICodeCompletionBox column collection.

InsertColumn(int)

When implemented by a class, inserts a new column to the specified position in the column collection.

RemoveColumnAt(int)

When implemented by a class, removes the column at the specified index of the column collection.

ResetDropDownCount()

When implemented by a class, resets the DropDownCount to the default value.

Events

SelectionChanged

When implemented by a class, occurs when index specifying the currently selected item is changed.