Class CompletionListPresenter
Represents UI control for completion list.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class CompletionListPresenter : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
CompletionListPresenter(CompletionListPopup)
Initializes a new instance of the CompletionListPresenter class.
Declaration
public CompletionListPresenter(CompletionListPopup popup)
Parameters
|
CompletionListPopup
popup
|
Fields
CompletionListItemsProperty
Registers the CompletionListItems dependency property.
Declaration
public static readonly RadProperty CompletionListItemsProperty
Field Value
|
RadProperty
|
SelectedItemProperty
Registers the SelectedItem dependency property.
Declaration
public static readonly RadProperty SelectedItemProperty
Field Value
|
RadProperty
|
Properties
CompletionListBox
Gets the completion list control.
Declaration
public RadListControl CompletionListBox { get; }
Property Value
|
RadListControl
The completion list items. |
CompletionListItems
Gets or sets the completion list items.
Declaration
public ICompletionInfoCollection CompletionListItems { get; set; }
Property Value
|
ICompletionInfoCollection
The completion list items. |
IsMeasured
Gets a value indicating whether this instance is measured.
Declaration
public bool IsMeasured { get; }
Property Value
|
System.Boolean
|
Popup
Gets the completion list popup.
Declaration
public CompletionListPopup Popup { get; }
Property Value
|
CompletionListPopup
The completion list items. |
SelectedItem
Gets or sets the selected item.
Declaration
public CompletionInfo SelectedItem { get; set; }
Property Value
|
CompletionInfo
The selected item. |
Methods
DecreaseSelectedIndex()
Decreases the index of the selected.
Declaration
public void DecreaseSelectedIndex()
Filter(String)
Filters the specified filter.
Declaration
public void Filter(string filterParameter)
Parameters
|
System.String
filterParameter
The filter. |
IncreaseSelectedIndex()
Increases the index of the selected.
Declaration
public void IncreaseSelectedIndex()
OnApplyTemplate()
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()
UpdateToolTip(Boolean)
Updates the tool tip.
Declaration
public void UpdateToolTip(bool tryOpenToolTip)
Parameters
|
System.Boolean
tryOpenToolTip
The try open tool tip. |
Events
SelectedItemPropertyChanged
Occurs when [selected item property changed].
Declaration
public event EventHandler SelectedItemPropertyChanged
Event Type
|
System.EventHandler
|