Interface ICompletionBoxCategoryFilterUI
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
Represents properties and methods used to display category filter for code completion box.
public interface ICompletionBoxCategoryFilterUI
Properties
- CategoryAlphaImages
When implemented by a class, gets or sets a list of category images.
- CategoryImages
When implemented by a class, gets or sets a list of category images.
- Control
When implemented by a class, gets the Control used to display category filter.
- SelectedCategoryFilters
When implemented by a class, gets or sets a list of selected categories in the code completion box.
Methods
- SetAvailableCategories(IEnumerable<CodeCompletionCategory>)
When implemented by a class, sets a list of available categories.
Events
- SelectedCategoryFiltersChanged
When implemented by a class, occurs when list of selected categories was changed.