Class CategorizedCodeCompletionList
Represents a content container for CategorizedCodeCompletionBox
popup control.
public class CategorizedCodeCompletionList : CodeCompletionList, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged
- Inheritance
-
CategorizedCodeCompletionList
- Implements
- Extension Methods
Constructors
- CategorizedCodeCompletionList(TextEditor)
Initializes a new instance of the
CategorizedCodeCompletionList
class with a specified owner.
Properties
- CategoriesIncludedInFilter
Gets or sets a list of categories should be displayed in the code completion box.
- CategorizedProvider
Gets or sets the object that contains data (with categories) related to the popup window.
- CategoryFilterUI
Gets a category filter UI control.
- ListBoxVisibility
Gets a visibility of this list.
- NoSuggestionsMessageVisibility
Gets a visibility of the no suggestions message. It will be visible if there is nothing to display.
Methods
- OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
Events
- CategoryFilterUiChanged
Occurs when CategoryFilterUI are changed.