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 Completion
Declaration
public CompletionListPresenter(CompletionListPopup popup)
Parameters
Completion
|
Fields
CompletionListItemsProperty
Registers the Completion
Declaration
public static readonly RadProperty CompletionListItemsProperty
Field Value
SelectedItemProperty
Registers the Selected
Declaration
public static readonly RadProperty SelectedItemProperty
Field Value
Properties
CompletionListBox
Gets the completion list control.
Declaration
public RadListControl CompletionListBox { get; }
Property Value
Rad The completion list items. |
CompletionListItems
Gets or sets the completion list items.
Declaration
public ICompletionInfoCollection CompletionListItems { get; set; }
Property Value
ICompletion The completion list items. |
IsMeasured
Gets a value indicating whether this instance is measured.
Declaration
public bool IsMeasured { get; }
Property Value
System.
|
Popup
Gets the completion list popup.
Declaration
public CompletionListPopup Popup { get; }
Property Value
Completion The completion list items. |
SelectedItem
Gets or sets the selected item.
Declaration
public CompletionInfo SelectedItem { get; set; }
Property Value
Completion 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. 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. The try open tool tip. |
Events
SelectedItemPropertyChanged
Occurs when [selected item property changed].
Declaration
public event EventHandler SelectedItemPropertyChanged
Event Type
System.
|