Constructor CodeCompletionPopupConfiguration
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v9.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
imageList
ImageListImageList related to pop-up window.
alphaImageList
AlphaImageListAlphaImageList related to a pop-up window.
getImageIndexFunc
Func<SymbolKind, int>Method to get image index accordingly to specified SymbolKind.