Table of Contents

Constructor CategoryFilterToolStripRenderer

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

CategoryFilterToolStripRenderer(Func<CodeCompletionBoxPainter>)

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

public CategoryFilterToolStripRenderer(Func<CodeCompletionBoxPainter> getPainter)

Parameters

getPainter Func<CodeCompletionBoxPainter>

Specifies the method to retrieve completion box content painter.