Automation peer for the RadRibbonComboBox class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
C#
public class RibbonComboBoxAutomationPeer : RadComboBoxAutomationPeer, IValueProvider, IExpandCollapseProvider
Inheritance: objectRadComboBoxAutomationPeerRibbonComboBoxAutomationPeer
Implements:
Inherited Members
Constructors
Initializes a new instance of the RibbonComboBoxAutomationPeer class.
Methods
When overridden in a derived class, creates a new instance of the ItemAutomationPeer for a data item in the collection of this .
C#
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
The data item that is associated with this ItemAutomationPeer.
Returns:ItemAutomationPeer
An object that exposes the data item to UI automation.
Overrides: