RadControls for Silverlight

The AutomationPeer associated with the RadComboBox class.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.1050

Syntax

C#
public class RadComboBoxAutomationPeer : SelectorAutomationPeer, 
	IValueProvider, IExpandCollapseProvider
Visual Basic
Public Class RadComboBoxAutomationPeer _
	Inherits SelectorAutomationPeer _
	Implements IValueProvider, IExpandCollapseProvider

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows.Automation.Peers..::..AutomationPeer
      System.Windows.Automation.Peers..::..FrameworkElementAutomationPeer
        System.Windows.Automation.Peers..::..ItemsControlAutomationPeer
          Telerik.Windows.Controls.Automation.Peers..::..SelectorAutomationPeer
            Telerik.Windows.Controls..::..RadComboBoxAutomationPeer
              Telerik.Windows.Automation.Peers..::..RadComboBoxAutomationPeer

See Also