Table of Contents

Class CodeCompletionBoxCategoryFilterToolStrip

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll

Provides a container for code completion box categories.

public class CodeCompletionBoxCategoryFilterToolStrip : ToolStrip, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ICompletionBoxCategoryFilterUI
Inheritance
CodeCompletionBoxCategoryFilterToolStrip
Implements

Constructors

CodeCompletionBoxCategoryFilterToolStrip(Func<CodeCompletionBoxPainter>)

Initializes a new instance of the CodeCompletionBoxCategoryFilterToolStrip class with specified painter.

Properties

CategoryAlphaImages

Gets or sets a list of category images.

CategoryImages

Gets or sets a list of category images.

SelectedCategoryFilters

Gets or sets a list of selected categories in the code completion box.

Methods

CreateDefaultImage()
OnSelectedCategoryFiltersChanged()
SetAvailableCategories(IEnumerable<CodeCompletionCategory>)

Sets a list of available categories.

Events

SelectedCategoryFiltersChanged

Occurs when list of selected categories was changed.