Table of Contents

Class CategorizedCodeCompletionList

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

Represents a content container for CategorizedCodeCompletionBox popup control.

public class CategorizedCodeCompletionList : CodeCompletionList, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged
Inheritance
CategorizedCodeCompletionList
Implements
Extension Methods

Constructors

CategorizedCodeCompletionList(TextEditor)

Initializes a new instance of the CategorizedCodeCompletionList class with a specified owner.

Properties

CategoriesIncludedInFilter

Gets or sets a list of categories should be displayed in the code completion box.

CategorizedProvider

Gets or sets the object that contains data (with categories) related to the popup window.

CategoryFilterUI

Gets a category filter UI control.

ListBoxVisibility

Gets a visibility of this list.

NoSuggestionsMessageVisibility

Gets a visibility of the no suggestions message. It will be visible if there is nothing to display.

NoSuggestionsText

Methods

FillListBox(IList<FilteredItemData>, bool)
GetAllItemsFilteredOutDisplayMode()
GetFinalWidth(double)
IsFiltered(int, out ItemFilterTextMatch)
OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

OnCategoriesIncludedInFilterChanged()

Events

CategoryFilterUiChanged

Occurs when CategoryFilterUI are changed.