Class CodeCompletionPopupConfiguration
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v9.dll
Provides properties and methods to setup Code completion pop-up window behaviour.
public class CodeCompletionPopupConfiguration
- Inheritance
-
CodeCompletionPopupConfiguration
Constructors
- CodeCompletionPopupConfiguration(ImageList, AlphaImageList, Func<SymbolKind, int>)
Initializes a new instance of the
CodeCompletionPopupConfiguration
class with specified settings.
Properties
- AlphaImageList
Represents the AlphaImageList that contains the images to display in Code completion pop-up window.
- GetImageListIndexFunc
Represents a method to get image index accordingly to specified SymbolKind.
- ImageList
Represents the ImageList that contains the images to display in Code completion pop-up window.