Constructor CodeCompletionPopupConfiguration
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v10.dll
CodeCompletionPopupConfiguration(ImageList, AlphaImageList, Func<SymbolKind, int>)
Initializes a new instance of the CodeCompletionPopupConfiguration class with specified settings.
public CodeCompletionPopupConfiguration(ImageList imageList, AlphaImageList alphaImageList, Func<SymbolKind, int> getImageIndexFunc)
Parameters
imageListImageListImageList related to pop-up window.
alphaImageListAlphaImageListAlphaImageList related to a pop-up window.
getImageIndexFuncFunc<SymbolKind, int>Method to get image index accordingly to specified SymbolKind.