New to Telerik UI for WPFStart a free 30-day trial

A Listbox that provides a custom automation peer.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class AutomatedListBox : ListBox

Inheritance: objectAutomatedListBox

Constructors

C#
public AutomatedListBox()

Methods

Provides an appropriate System.Windows.Automation.Peers.ListBoxAutomationPeer implementation for this control, as part of the WPF automation infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.