AutomatedListBox
Class
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
OnCreateAutomationPeer()
AutomationPeer
Provides an appropriate System.Windows.Automation.Peers.ListBoxAutomationPeer implementation for this control, as part of the WPF automation infrastructure.
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.