Table of Contents

Constructor CodeCompletionPopupConfiguration

Namespace
Alternet.Scripter.Debugger.UI.Wpf.Evaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.UI.Wpf.v10.dll

CodeCompletionPopupConfiguration(ImageSource[], ImageSource[], Func<SymbolKind, int>)

Initializes a new instance of the CodeCompletionPopupConfiguration class with specified settings.

public CodeCompletionPopupConfiguration(ImageSource[] imageList, ImageSource[] alphaImageList, Func<SymbolKind, int> getImageIndexFunc)

Parameters

imageList ImageSource[]

The code completion images, with scaling applied, if required.

alphaImageList ImageSource[]

The code completion alpha images, with scaling applied, if required.

getImageIndexFunc Func<SymbolKind, int>