Represents UI control for completion list.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
public class CompletionListPresenter : Control
Inheritance: objectCompletionListPresenter
Constructors
Initializes a new instance of the CompletionListPresenter class.
public CompletionListPresenter()
Fields
CompletionListItemsProperty
DependencyProperty
Registers the CompletionListItems dependency property.
public static readonly DependencyProperty CompletionListItemsProperty
SelectedItemProperty
DependencyProperty
Registers the SelectedItem dependency property.
public static readonly DependencyProperty SelectedItemProperty
Properties
Gets or sets the completion list items.
public ICompletionInfoCollection CompletionListItems { get; set; }
The completion list items.
Gets a value indicating whether this instance is measured.
public bool IsMeasured { get; }
true if this instance is measured; otherwise, false.
Gets or sets the selected item.
public CompletionInfo SelectedItem { get; set; }
The selected item.
Methods
Decreases the index of the selected.
public void DecreaseSelectedIndex()
Filters the specified filter.
Increases the index of the selected.
public void IncreaseSelectedIndex()
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()
Updates the tool tip.
public void UpdateToolTip(bool tryOpenToolTip)
The try open tool tip.
Events
Occurs when [selected item property changed].
public event EventHandler SelectedItemPropertyChanged