Class CategorizedCodeCompletionBox
Represents class that implements ICategorizedCodeCompletionBox
interface. This object is used to display a popup window containing Code Completion information presented in the form of a categorized list.
public class CategorizedCodeCompletionBox : CodeCompletionBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICategorizedCodeCompletionBox, ICodeCompletionBox, ICodeCompletionWindow
- Inheritance
-
CategorizedCodeCompletionBox
- Implements
- Extension Methods
Constructors
- CategorizedCodeCompletionBox(Control)
Initializes a new instance of the
CategorizedCodeCompletionBox
class with a specified owner.
Properties
- CategoriesIncludedInFilter
Gets or sets a list of categories should be displayed in the code completion box.
- CategorizedList
Represents categorized control contained in popup window.
- CategorizedProvider
Gets the object that contains data (with categories) related to the popup window.
- CategoryFilterUiVisible
Gets or sets a value indicating whether a category filter should be displayed in the code completion box.
- DefaultCategoriesIncludedInFilterPredicate
Gets or sets a function which determines default categories to be displayed in the code completion box.