RadComboBoxItem
Implements a selectable item inside a RadComboBox.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
[TelerikToolboxCategory("Input")]
public class RadComboBoxItem : ListBoxItem
Inheritance: objectRadComboBoxItem
Derived Classes:
Constructors
Initializes a new instance of the RadComboBoxItem class.
public RadComboBoxItem()
Properties
Gets a value that indicates whether the item is highlighted. This is a dependency property.
public bool IsHighlighted { get; protected set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
Raises the event.
protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
The KeyboardFocusChangedEventArgs instance containing the event data.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Responds to a MouseEnter event.
protected override void OnMouseEnter(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Called before the event occurs.
protected override void OnMouseLeave(MouseEventArgs e)
The data for the event.
Called when the user presses the left mouse button over the RadComboBoxItem.
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
The event data.
Called when the user releases the left mouse button over the ListBoxItem.
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
The event data.
Called when the RadComboBoxItem is selected in a RadComboBox.
protected override void OnSelected(RoutedEventArgs e)
The event data.
This method is called when the IsSelected property changes to true.
Called when the RadComboBoxItem is unselected in a RadComboBox.
protected override void OnUnselected(RoutedEventArgs e)
The event data.
This method is called when the IsSelected property changes to false.