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()
Methods
ChangeVisualState(Boolean)
Changes the visual state.
Declaration
protected override void ChangeVisualState(bool useTransitions)
Parameters
System. If set to |
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.
Declaration
public override void OnApplyTemplate()
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.
|
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnIsSelectedChanged()
Called when IsSelected property is changed.
Declaration
protected override void OnIsSelectedChanged()
Overrides
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System. The System. |
Overrides
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The System. |