Constructor CategorizedCompletionListBox
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
CategorizedCompletionListBox(Func<CodeCompletionBoxPainter>)
Initializes a new instance of the CategorizedCompletionListBox
class with specified parameter.
public CategorizedCompletionListBox(Func<CodeCompletionBoxPainter> getPainter)
Parameters
getPainter
Func<CodeCompletionBoxPainter>Specifies the method to get an object that draws completion box content.