ClassAutomatedListBox
Class
A Listbox that provides a custom automation peer.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class AutomatedListBox : ListBox
Inheritance: objectAutomatedListBox
Constructors
AutomatedListBox()
Declaration
cs-api-definition
public AutomatedListBox()
Methods
OnCreateAutomationPeer()
Provides an appropriate System.Windows.Automation.Peers.ListBoxAutomationPeer implementation for this control, as part of the WPF automation infrastructure.
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.