Class RadListBoxItem
Represents a selectable item in a Telerik.Windows.Controls.RadListBox control.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
[TelerikToolboxCategory("Data")]
public class RadListBoxItem : ListItem, ISelectorItem
Constructors
RadListBoxItem()
Fields
IsMouseOverProperty
Identifies the IsMouseOver dependency property.
Declaration
public static readonly DependencyProperty IsMouseOverProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsMouseOver
Gets or sets whether the mouse is over. This is a dependency property.
Declaration
public bool IsMouseOver { get; set; }
Property Value
System.Boolean
|
Methods
ChangeVisualState(Boolean)
Changes the visual state.
Declaration
protected override void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
If set to |
Overrides
OnCreateAutomationPeer()
Called by the Automation infrastructure when AutomationPeer is requested for this element. The element can return null or the instance of AutomationPeer-derived class, if it supports UI Automation.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnIsSelectedChanged()
Called when IsSelected property is changed.
Declaration
protected override void OnIsSelectedChanged()
Overrides
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs that contains the event data. |
Overrides
OnMouseLeave(MouseEventArgs)
Called before the System.Windows.UIElement.MouseLeave event occurs.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The data for the event. |