Class OverloadListPresenter
Class OverloadListPresenter represents UI presenter for overload lists.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class OverloadListPresenter : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
OverloadListPresenter(OverloadListPopup)
Initializes a new instance of the Overload
Declaration
public OverloadListPresenter(OverloadListPopup popup)
Parameters
Overload
|
Fields
OverloadListItemsProperty
Registers the Overload
Declaration
public static readonly RadProperty OverloadListItemsProperty
Field Value
SelectedIndexTextProperty
Registers the Selected
Declaration
public static readonly RadProperty SelectedIndexTextProperty
Field Value
SelectedItemProperty
Registers the Selected
Declaration
public static readonly RadProperty SelectedItemProperty
Field Value
Properties
OverloadListItems
Gets or sets the overload list items.
Declaration
public OverloadInfoCollection OverloadListItems { get; set; }
Property Value
Overload The overload list items. |
SelectedIndexText
Gets the selected index text.
Declaration
public string SelectedIndexText { get; }
Property Value
System. The selected index text. |
SelectedItem
Gets the selected item.
Declaration
public OverloadInfo SelectedItem { get; }
Property Value
Overload The selected item. |
Methods
DecreaseSelectedIndex()
Decreases the index of the selected.
Declaration
public void DecreaseSelectedIndex()
IncreaseSelectedIndex()
Increases the index of the selected.
Declaration
public void IncreaseSelectedIndex()
OnMouseLeftButtonDown(MouseButtonEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
Mouse The System. |
Overrides
OnSelectedItemPropertyChanged()
Called when [selected item property changed].
Declaration
protected virtual void OnSelectedItemPropertyChanged()
Events
SelectedItemPropertyChanged
Occurs when [selected item property changed].
Declaration
public event EventHandler SelectedItemPropertyChanged
Event Type
System.
|