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