Table of Contents

Constructor CodeCompletionBoxCategoryFilterToolStrip

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

CodeCompletionBoxCategoryFilterToolStrip(Func<CodeCompletionBoxPainter>)

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

public CodeCompletionBoxCategoryFilterToolStrip(Func<CodeCompletionBoxPainter> getPainter)

Parameters

getPainter Func<CodeCompletionBoxPainter>

Specifies the method to an get object that draws completion box content.