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 OverloadListPresenter class.
Declaration
public OverloadListPresenter(OverloadListPopup popup)
Parameters
OverloadListPopup
popup
|
Fields
OverloadListItemsProperty
Registers the OverloadListItems dependency property.
Declaration
public static readonly RadProperty OverloadListItemsProperty
Field Value
RadProperty
|
SelectedIndexTextProperty
Registers the SelectedIndexText dependency property.
Declaration
public static readonly RadProperty SelectedIndexTextProperty
Field Value
RadProperty
|
SelectedItemProperty
Registers the SelectedItem dependency property.
Declaration
public static readonly RadProperty SelectedItemProperty
Field Value
RadProperty
|
Properties
OverloadListItems
Gets or sets the overload list items.
Declaration
public OverloadInfoCollection OverloadListItems { get; set; }
Property Value
OverloadInfoCollection
The overload list items. |
SelectedIndexText
Gets the selected index text.
Declaration
public string SelectedIndexText { get; }
Property Value
System.String
The selected index text. |
SelectedItem
Gets the selected item.
Declaration
public OverloadInfo SelectedItem { get; }
Property Value
OverloadInfo
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.Windows.UIElement.MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
MouseButtonEventArgs
e
The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was pressed. |
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.EventHandler
|