Table of Contents

Interface ICategorizedCodeCompletionBox

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

Represents properties and methods of a popup window that displays code completion information presented in the form of a categorized list.

public interface ICategorizedCodeCompletionBox : ICodeCompletionBox, ICodeCompletionWindow

Properties

CategoriesIncludedInFilter

When implemented by a class, gets or sets a list of categories to be displayed in the code completion box.

CategoryFilterUiVisible

When implemented by a class, gets or sets a value indicating whether a category filter should be displayed in the code completion box.

DefaultCategoriesIncludedInFilterPredicate

When implemented by a class, gets or sets a function which determines default categories to be displayed in the code completion box.