Class OverloadListPresenter
Class OverloadListPresenter represents UI presenter for overload lists.
Inheritance
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class OverloadListPresenter : Control, IThemable
Constructors
OverloadListPresenter()
Initializes a new instance of the Overload
Declaration
public OverloadListPresenter()
Fields
OverloadListItemsProperty
Registers the Overload
Declaration
public static readonly DependencyProperty OverloadListItemsProperty
Field Value
System.
|
SelectedIndexTextProperty
Registers the Selected
Declaration
public static readonly DependencyProperty SelectedIndexTextProperty
Field Value
System.
|
SelectedItemProperty
Registers the Selected
Declaration
public static readonly DependencyProperty SelectedItemProperty
Field Value
System.
|
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()
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnMouseLeftButtonDown(MouseButtonEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System. The System. |
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.
|