Class CodeCompletionPopupConfiguration
- Namespace
- Alternet.Scripter.Debugger.UI.Wpf.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.Wpf.v10.dll
Represents a configuration applicable for the code completion popup window.
public class CodeCompletionPopupConfiguration
- Inheritance
-
CodeCompletionPopupConfiguration
Constructors
- CodeCompletionPopupConfiguration(ImageSource[], ImageSource[], Func<SymbolKind, int>)
Initializes a new instance of the
CodeCompletionPopupConfiguration
class with specified settings.
Properties
- AlphaImageList
Gets the code completion alpha images, with scaling applied, if required.
- GetImageListIndexFunc
Represent a callback method is used to retrieve the index value of the image according to the given symbol kind.
- ImageList
Gets the code completion images, with scaling applied, if required.